Create a catenary.
Namespace:
Demo3D.Common
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 18.04.00
Syntaxpublic 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