Ray3d.PointAt Method

Ray3dPointAt Method

Evaluates a point along the ray.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public Point3d PointAt(
	double t
)
Public Function PointAt ( 
	t As Double
) As Point3d

Parameters

t
Type: SystemDouble
The t parameter.

Return Value

Type: Point3d
A point at (Direction*t + Position).
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also