Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Ray2D.GetPoint

GetPoint(distance: float): Vector2;
Vector2 GetPoint(float distance);
def GetPoint(distance as float) as Vector2

Parameters

distanceDistance 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.