Function RayCast2D.castTo

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

Vector2 castTo() nothrow @property @nogc;

void castTo (
  Vector2 v
) nothrow @property @nogc;