Skip to Content

Event_Event Compute Operator — Lifecycle

Back to Event_Event Compute Operator.

CreateMatrix

def CreateMatrix() -> CENPyOlpMatrix

Creates a new unit matrix.

Returns: CENPyOlpMatrix — Newly created matrix

CreatePoint

def CreatePoint(x: float, y: float, z: float) -> CENPyOlpPoint

Creates a point with the given coordinates

Parameters:

NameTypeDescription
xfloatx-coordinate
yfloaty-coordinate
zfloatz-coordinate

Returns: CENPyOlpPoint — Newly created point

CreateVector

def CreateVector(x: float, y: float, z: float) -> CENPyOlpVector

Creates a IOlpVector with the given directions

Parameters:

NameTypeDescription
xfloatX-direction
yfloatY-direction
zfloatZ-direction

Returns: CENPyOlpVector — Newly create vector

Was this page helpful?