Vertex Viewer SDK
Preparing search index...
Viewer
Quaternion
Quaternion
Interface Quaternion
A type that represents a
quaternion
. Quaternions are used in 3D graphics to represent
rotations
.
interface
Quaternion
{
w
:
number
;
x
:
number
;
y
:
number
;
z
:
number
;
}
Index
Properties
w
x
y
z
Properties
w
w
:
number
x
x
:
number
y
y
:
number
z
z
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
w
x
y
z
Vertex Viewer SDK
Loading...
A type that represents a quaternion. Quaternions are used in 3D graphics to represent rotations.