Click or drag to resize

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)
Syntax
Point3 PointAt(
	double t
)

Parameters

t
Type: SystemDouble
Evaluation parameter.

Return Value

Type: Point3
Point (location of curve at the parameter t).
See Also