VehicleMove.this

Undocumented in source.
  1. this()
  2. this(Tuple!(double, "x", double, "y", double, "z") position, float yaw, float pitch)
    class VehicleMove
    pure nothrow @safe @nogc
    this
    (
    Tuple!(double, "x", double, "y", double, "z") position
    ,
    float yaw = float.init
    ,
    float pitch = float.init
    )

Meta