Click or drag to resize

CatenaryPointAt Method

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
Syntax
C#
public Vector3 PointAt(
	double x
)

Parameters

x
Type: SystemDouble
distance along catenary from 0.0 to 1.0

Return Value

Type: Vector3
3D coordinate of point on catenary
See Also