public Vector2 GetPoint (float distance);

Parameters

distanceDistance of the desired point along the path of the ray.

Description

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

Расстояние измеряется от начальной точки луча до конца его направления.

See Also: origin, direction.