The x component of the vector.
The y component of the vector.
The z component of the vector.
Returns the dot product of this vector and the given vector.
The vector to compute the dot product with.
The dot product of this vector and the given vector.
Returns true if this vector is equal to the given vector, false otherwise.
The vector to compare with.
True if this vector is equal to the given vector, false otherwise.
Returns the squared distance between this vector and the given vector.
The vector to compute the distance to.
The squared distance between this vector and the given vector.
Returns the distance between this vector and the given vector.
The vector to compute the distance to.
The distance between this vector and the given vector.
Static
fromPrivate
divide
Represents a 3D vector with x, y, and z components.