Function RayCast.castTo

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

Vector3 castTo() nothrow @property @nogc;

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