menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector3
Vector3 constructor
Vector3 constructor
dark_mode
light_mode
Vector3
constructor
Vector3
(
[
double
?
x
,
double
?
y
,
double
?
z
])
Implementation
Vector3([double? x, double? y, double? z]) { this.x = x ?? 0; this.y = y ?? 0; this.z = z ?? 0; }
openworld package
documentation
three_dart/three3d/math/index
Vector3
Vector3 constructor
Vector3 class