An NDoc Documented Class Library

Utils.Spat Method 

Calculates the Spat-product, which is defined by (a X b). c, where "X" is the crossorproduct and "." is the dotarproduct It is the same as the determinant of the Matrix, which has this vectors as columns.

public static double Spat(
   xyz a,
   xyz b,
   xyz c
);

Parameters

a
the first vector
b
the second vector
c
the third vector

Return Value

retrieves Calculates the Spat-product, which is defined by (a X b). c, where "X" is the vectorproduct and "." is the dotarproduct

See Also

Utils Class | Minais.Drawing3d.Math Namespace