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