menu
dart_stl package
documentation
geometry.dart
Vector3
Vector3.new constructor
Vector3.new constructor
dark_mode
light_mode
Vector3
constructor
Vector3
(
double
x
,
double
y
,
double
z
)
Create a vector
Implementation
Vector3(this.x, this.y, this.z);
dart_stl package
documentation
geometry
Vector3
Vector3.new constructor
Vector3 class