Flutter
vector_math_64
Quad
point3 property
point3
Quad class
Constructors
Quad
copy
points
Properties
point0
point1
point2
point3
hashCode
runtimeType
Methods
copyFrom
copyNormalInto
copyTriangles
transform
translate
noSuchMethod
toString
Operators
operator ==
point3 property
Vector3
point3
The third point of the quad.
Implementation
Vector3 get point3 => _point3;