math_expressions
math_expressions
Point3D
operator unary-
operator unary-
math_expressions
math_expressions
Point3D
operator unary-
method
operator unary-
Source
math_expressions
math_expressions
Point3D
Constructors
Point3D
splat
vec
zero
Properties
hashCode
runtimeType
x
y
z
Operators
operator +
operator -
operator ==
operator unary-
Methods
lerp
noSuchMethod
toString
toVec3
toVec4
Point3D
operator unary-
(
)
Negates the point's components.
Source
Point3D operator-() => new Point3D(-this.x, -this.y, -this.z);