EndPoint constructor

init

Constructs a new instance of EndPoint

def __init__(self):
    ...

init

Construct a EndPoint from a Cartesian point.

def __init__(self, point):
    ...
ParameterTypeDescription
pointaspose.threed.utilities.Vector3

init

Construct a EndPoint from a real parameter.

def __init__(self, v):
    ...
ParameterTypeDescription
vfloat

See Also