13.1.10 Orthogonal_Mathematic_Vector Procedure

The Orthogonal procedure calculates whether or not two Mathematic Vectors are orthogonal.

Calling syntax:

Logical = MV1 .Orthogonal. MV2 or
Logical = Orthogonal(MV1, MV2)  

Input variables:

 MV1, MV2  Two Mathematic_Vector objects to be dotted.

Output variable:

 Orthogonal  Logical which is true when the two Mathematic Vectors are orthogonal.

The Orthogonal_Mathematic_Vector code listing contains additional documentation.

Michael L. Hall