menu
raylib_dartified package
documentation
core/raylib.dart
Vector4D
Vector4D.new constructor
Vector4D.new constructor
dark_mode
light_mode
Vector4D
constructor
Vector4D
(
{
Pointer
<
Vector4C
>
?
originalPointer
,
double
x
=
0
,
double
y
=
0
,
double
z
=
0
,
double
w
=
0
,
})
Implementation
Vector4D({ super.originalPointer, this.x = 0, this.y = 0, this.z = 0, this.w = 0, });
raylib_dartified package
documentation
core/raylib
Vector4D
Vector4D.new constructor
Vector4D class