menu
three_dart package
documentation
three3d/math/vector4.dart
Vector4
Vector4.init constructor
Vector4.init constructor
dark_mode
light_mode
Vector4.init
constructor
Vector4.init
(
{
num
x
=
0
,
num
y
=
0
,
num
z
=
0
,
num
w
=
1
,
})
Implementation
Vector4.init({this.x = 0, this.y = 0, this.z = 0, this.w = 1});
three_dart package
documentation
three3d/math/vector4
Vector4
Vector4.init constructor
Vector4 class