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