Click or drag to resize
Ab4d.SharpEngine logo

MathUtilsGetPerpendicularVectors Method

Overload List
 NameDescription
Public methodStatic memberGetPerpendicularVectors(Vector3) Returns two vectors that are perpendicular (orthogonal) to the given inputVector and to each other. Both returned vectors are normalized.
Public methodStatic memberGetPerpendicularVectors(Vector3, Vector3, Vector3) Find two vectors that are perpendicular (orthogonal) to the given inputVector and to each other. Both returned vectors are normalized.
Top
See Also