menu
openworld package
documentation
three_dart/three3d/math/index.dart
Quaternion
Quaternion constructor
Quaternion constructor
dark_mode
light_mode
Quaternion
constructor
Quaternion
(
[
num
x
=
0.0
,
num
y
=
0.0
,
num
z
=
0.0
,
num
w
=
1.0
,
])
Implementation
Quaternion([num x = 0.0, num y = 0.0, num z = 0.0, num w = 1.0]) : _x = x, _y = y, _z = z, _w = w;
openworld package
documentation
three_dart/three3d/math/index
Quaternion
Quaternion constructor
Quaternion class