public static double ScalarTriple( Vector3 a, Vector3 b, Vector3 c )
a.DotD(b.Cross(c))
© Emulate3D Ltd. All rights reserved.