Ray2D.GetPoint
GetPoint(distance: float): Vector2;
Vector2 GetPoint(float distance);
def GetPoint(distance as float) as Vector2
Parameters

distance Distance of the desired point along the path of the ray.
Description

Get a point that lies a given distance along a ray.

The distance is measured away from the ray's origin along its direction.

See Also: origin, direction.