Flutter
vector_math
Triangle
point0 property
point0
Triangle class
Constructors
Triangle
copy
points
Properties
point0
point1
point2
hashCode
runtimeType
Methods
copyFrom
copyNormalInto
transform
translate
noSuchMethod
toString
Operators
operator ==
point0 property
Vector3
point0
The first point of the triangle.
Implementation
Vector3 get point0 => _point0;