Point3D.zero constructor - Point3D - core library - Dart API
Point3D.zero
Point3D.zero constructor
Constructs Point3D instance at coordinate system's origin.
Implementation
Point3D.zero()
: x = 0.0, y = 0.0, z = 0.0;
Constructs Point3D instance at coordinate system's origin.
Point3D.zero()
: x = 0.0, y = 0.0, z = 0.0;