math_expressions
math_expressions
Point3D
Point3D.zero
Point3D.zero
math_expressions
math_expressions
Point3D
Point3D.zero
constructor
Point3D.zero
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.zero
(
)
Creates a new Point3D at the coordinate origin.
Source
Point3D.zero(): x = 0.0, y = 0.0, z = 0.0;