FormIt Plugin API  v23.0.0 (2023.0.0)
WSM.UnitVector3d Namespace Reference

Description

WSM.UnitVector3d namespace.

Functions

json UnitVector3d (xOrVector3d, y, z)
 
json AreEqual (v1, v2)
 
json Determinant (vector1, vector2, vector3)
 
json AddVector (vector1, vector2)
 
json SubtractVector (vector1, vector2)
 
json MultiplyByFactor (vector, factor)
 
json Transform (vector, transf3d)
 
json DotProduct (vector1, vector2)
 
json CrossProduct (vector1, vector2)
 
json GetAngleBetweenVectors (vector1, vector2)
 
json GetPerpendicularVector (vector)
 
json AreParallel (vector1, vector2)
 
json ArePerpendicular (vector1, vector2)
 
json GetDominantDirection (vector)
 
json XDirection ()
 
json YDirection ()
 
json ZDirection ()
 
json IsNull (vector)