menu
google_cloud_type package
documentation
type.dart
Quaternion
Quaternion.new constructor
Quaternion.new constructor
dark_mode
light_mode
Quaternion
constructor
Quaternion
(
{
double
x
=
0
,
double
y
=
0
,
double
z
=
0
,
double
w
=
0
,
})
Implementation
Quaternion({this.x = 0, this.y = 0, this.z = 0, this.w = 0}) : super(fullyQualifiedName);
google_cloud_type package
documentation
type
Quaternion
Quaternion.new constructor
Quaternion class