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):
...
| Parameter | Type | Description |
|---|---|---|
| point | aspose.threed.utilities.Vector3 | Point to construct |
__init__(self, v)
Construct a EndPoint from a real parameter.
def __init__(self, v):
...
| Parameter | Type | Description |
|---|---|---|
| v | float | The real number parameter for constructing an end point |
See Also
- module
aspose.threed.entities - class
EndPoint