csc.math.OrthogonalTransform¶
- class csc.math.OrthogonalTransform¶
OrthogonalTransform class
Implements orthogonal transform
- Variables
position – Get set Vector3f
rotation – Get set Rotation
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.math.OrthogonalTransform, position: numpy.ndarray[numpy.float32[3, 1]], rotate: csc.math.Quaternion) -> None
__init__(self: csc.math.OrthogonalTransform) -> None
Methods
__init__
(*args, **kwargs)Overloaded function.
Attributes
- __init__(*args, **kwargs)¶
Overloaded function.
__init__(self: csc.math.OrthogonalTransform, position: numpy.ndarray[numpy.float32[3, 1]], rotate: csc.math.Quaternion) -> None
__init__(self: csc.math.OrthogonalTransform) -> None
- __module__ = 'csc.math'¶
- property position¶
- property rotation¶