ObserverPoint constructor

init

Initializes a new instance of the ObserverPoint class with default rotation angles.

def __init__(self):
    ...

init

Initializes a new instance of the ObserverPoint class.

def __init__(self, angle_rotate_x, angle_rotate_y, angle_rotate_z):
    ...
ParameterTypeDescription
angle_rotate_xfloatThe angle rotate x.
angle_rotate_yfloatThe angle rotate y.
angle_rotate_zfloatThe angle rotate z.

See Also