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

Parameters

x  Double
distance along catenary from 0.0 to 1.0

Return Value

Vector3
3D coordinate of point on catenary
See Also