-
Adds the values of both vectors and returns a third vector with the sum
of both input vectors in each field of the output vector.
Clones this vector and returns the clone vector.
Calculates and returns the cross product of two three dimensional
vectors.
Multiplies the given scalar value with all values of the given vector
and returns a new vector with all multiplication results as fields.
Subtracts the values of both vectors and returns a third vector with the
subtraction of the second vector from the first vector in each field of
the output vector.
Converts this point to a vector and returns the vector.
Adds the values of both vectors and returns a third vector with the sum
of both input vectors in each field of the output vector.
Calculates and returns the cross product of two three dimensional
vectors.
double
Returns the distance between this point and the given line (represented
by a position vector and a direction vector).
double
Returns the distance between this point and the given plane (represented
by a position vector and a normal vector).
static double
Calculates and returns the scalar product of both given vectors and
throws an exception if the dimensions of both input vectors are
different.
double
Returns the signed distance between this point and the given plane
(represented by a position vector and a normal vector).
Multiplies the given scalar value with all values of the given vector
and returns a new vector with all multiplication results as fields.
Subtracts the values of both vectors and returns a third vector with the
subtraction of the second vector from the first vector in each field of
the output vector.