Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

Ray2D.GetPoint

public function GetPoint(distance: float): 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.