3D coordinate along catenary, 0.0 being the start and 1.0 being the end
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntaxpublic Vector3 PointAt(
double x
)
Parameters
- x
- Type: SystemDouble
distance along catenary from 0.0 to 1.0
Return Value
Type:
Vector33D coordinate of point on catenary
See Also