EndPoint.EndPoint

EndPoint(Vector3)

Construct a EndPoint from a Cartesian point.

public EndPoint(Vector3 point)
ParameterTypeDescription
pointVector3

See Also


EndPoint(double)

Construct a EndPoint from a real parameter.

public EndPoint(double v)
ParameterTypeDescription
vDouble

See Also