Click or drag to resize

Ray3dPointAt Method

Evaluates a point along the ray.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Point3d PointAt(
	double t
)

Parameters

t
Type: SystemDouble
The t parameter.

Return Value

Type: Point3d
A point at (Direction*t + Position).
See Also