face_sdk
face_sdk
Point
Point constructor
Point
Point
constructor
Null safety
Point
(
double
_x
,
double
_y
,
double
_z
)
Implementation
Point(this._x, this._y, this._z);
face_sdk
face_sdk
Point
Point constructor
Point class
Constructors
Point
Properties
hashCode
runtimeType
x
y
z
Methods
noSuchMethod
toString
Operators
operator ==