Evaluates a point along the ray.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3d PointAt(
double t
)
Public Function PointAt (
t As Double
) As Point3d
Parameters
- t
- Type: SystemDouble
The t parameter.
Return Value
Type:
Point3dA point at (Direction*t + Position).
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also