Event_Event Compute Operator — Lifecycle
Back to Event_Event Compute Operator.
CreateMatrix
def CreateMatrix() -> CENPyOlpMatrixCreates a new unit matrix.
Returns: CENPyOlpMatrix — Newly created matrix
CreatePoint
def CreatePoint(x: float, y: float, z: float) -> CENPyOlpPointCreates a point with the given coordinates
Parameters:
| Name | Type | Description |
|---|---|---|
x | float | x-coordinate |
y | float | y-coordinate |
z | float | z-coordinate |
Returns: CENPyOlpPoint — Newly created point
CreateVector
def CreateVector(x: float, y: float, z: float) -> CENPyOlpVectorCreates a IOlpVector with the given directions
Parameters:
| Name | Type | Description |
|---|---|---|
x | float | X-direction |
y | float | Y-direction |
z | float | Z-direction |
Returns: CENPyOlpVector — Newly create vector
Was this page helpful?