Overload List
| Method | Description |
|---|---|
Vector3d.IsPerpendicularTo (Vector3d) | This method calls Vector3d.IsPerpendicularTo(Vector3d vector, Tolerance tolerance) with tolerance set to Global. |
Vector3d.IsPerpendicularTo (Vector3d, Tolerance) | Checks if this vector is perpendicular to the vector vector. Namely, it checks if after normalization the dot product... more |
