RayCast2D.castTo

The ray's destination point, relative to the RayCast's position.

  1. Vector2 castTo [@property getter]
  2. Vector2 castTo [@property setter]
    struct RayCast2D
    @nogc nothrow @property
    void
    castTo
    (
    Vector2 v
    )

Meta