PlayerPositionAndLook.this

Undocumented in source.
  1. this()
  2. this(Vector!(double, "xyz") position, float yaw, float pitch, bool onGround)
    class PlayerPositionAndLook
    pure nothrow @safe @nogc
    this
    (
    Vector!(double, "xyz") position
    ,
    float yaw = float.init
    ,
    float pitch = float.init
    ,
    bool onGround = bool.init
    )

Meta