Calculates Determinant of v1, v2 and v2 Vector
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public static double Determinant( Vector3D v1, Vector3D v2, Vector3D v3 ) |
| Visual Basic (Declaration) |
|---|
Public Shared Function Determinant ( _ v1 As Vector3D, _ v2 As Vector3D, _ v3 As Vector3D _ ) As Double |
| Visual C++ |
|---|
public: static double Determinant( Vector3D v1, Vector3D v2, Vector3D v3 ) |
Parameters
- v1
- Type: Hyleos.Common.Geometry..::.Vector3D
1st vector
- v2
- Type: Hyleos.Common.Geometry..::.Vector3D
2nd vector
- v3
- Type: Hyleos.Common.Geometry..::.Vector3D
3th vector
Return Value
Determinant of Three Vector2D
Remarks
- Negative when the Vector are listed in clockwise order
- Zero if vectors are co-linear