LRotationf¶
from panda3d.core import LRotationf
-
class
LRotationf
¶ Bases:
LQuaternionf
This is a unit quaternion representing a rotation.
Inheritance diagram
-
__div__
(scalar: float) → LRotationf¶
-
__init__
()¶
-
__init__
(m: LMatrix3f) lmatrix3
-
__init__
(m: LMatrix4f) lmatrix4
-
__init__
(c: LQuaternionf)
-
__init__
(param0: LRotationf)
-
__init__
(copy: LVecBase4f)
-
__mul__
(other: LQuaternionf) → LQuaternionf¶
-
__mul__
(other: LRotationf) → LRotationf
-
__mul__
(scalar: float) → LRotationf
-
static
getClassType
() → TypeHandle¶
-