|
ICurvePointAt Method
|
Evaluates point at a curve parameter.
Namespace:
Karamba.Geometry
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
SyntaxPoint3 PointAt(
double t
)
Function PointAt (
t As Double
) As Point3
Point3 PointAt(
double t
)
abstract PointAt :
t : float -> Point3
Parameters
- t
- Type: SystemDouble
Evaluation parameter.
Return Value
Type:
Point3Point (location of curve at the parameter t).
See Also