Click or drag to resize

Catenary Constructor

Create a catenary.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public Catenary(
	Vector3 from,
	Vector3 to,
	double len
)

Parameters

from
Type: Microsoft.DirectXVector3
3D coordinate of first end.
to
Type: Microsoft.DirectXVector3
3D coordinate of second end.
len
Type: SystemDouble
Required length of the wire between the start and end points.
See Also