menu
gem_kit
core.dart
Point4d
Point4d constructor
Point4d
dark_mode
light_mode
Point4d
constructor
Point4d
(
{
double
x
=
0.0
,
double
y
=
0.0
,
double
z
=
0.0
,
double
w
=
0.0
,
})
Constructor for the point class
Implementation
Point4d({this.x = 0.0, this.y = 0.0, this.z = 0.0, this.w = 0.0});
gem_kit
core
Point4d
Point4d constructor
Point4d class