Calculates Determinant of this and v Vector
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public float Determinant( Vector2D v ) |
| Visual Basic (Declaration) |
|---|
Public Function Determinant ( _ v As Vector2D _ ) As Single |
| Visual C++ |
|---|
public: float Determinant( Vector2D v ) |
Parameters
- v
- Type: Hyleos.Common.Geometry..::.Vector2D
vector
Return Value
Determinant of two Vector2D
Remarks
- Negative when the Vector are listed in clockwise order
- Zero if vectors are co-linear