menu
libac_dart
utils/Vector3.dart
Vector3d
Vector3d.new constructor
Vector3d.new
dark_mode
light_mode
Vector3d
constructor
Vector3d
(
{
double
X
=
0.0
,
double
Y
=
0.0
,
double
Z
=
0.0
,
})
Implementation
Vector3d({this.X = 0.0, this.Y = 0.0, this.Z = 0.0});
libac_dart
Vector3
Vector3d
Vector3d.new constructor
Vector3d class