ON-DEM Open Format documentation
previous
|
next
|
modules
|
index
Table of Contents
Contents:
Basic types
base_types Module
Scene
Bodies (extended list of attributes)
Materials (extended list of attributes)
Interactions (extended list of attributes)
Interaction Models
Imposed conditions
Bibliography
Search
Quaternion
¶
class
base_types.
Quaternion
(
x
:
float
=
1.0
,
y
:
float
=
0.0
,
z
:
float
=
0.0
,
w
:
float
=
0.0
)
[source]
¶
Bases:
object
A simple quaternion class.