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.Vector3Point to construct

init

Construct a EndPoint from a real parameter.

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

See Also