EndPoint constructor

__init__(self)

Constructs a new instance of EndPoint


def __init__(self):
    ...

__init__(self, point)

Construct a EndPoint from a Cartesian point.


def __init__(self, point):
    ...
ParameterTypeDescription
pointaspose.threed.utilities.Vector3Point to construct

__init__(self, v)

Construct a EndPoint from a real parameter.


def __init__(self, v):
    ...
ParameterTypeDescription
vfloatThe real number parameter for constructing an end point

See Also