Nevron.GraphicsCore Namespace / NGeometry2D Class / Determinant Method / Determinant(NPointF,NPointF,NPointF) Method


Determinant(NPointF,NPointF,NPointF) Method
Syntax
'Declaration
 
Public Overloads Shared Function Determinant( _
   ByVal p1 As NPointF, _
   ByVal p2 As NPointF, _
   ByVal p3 As NPointF _
) As System.Single
 
'Usage
 
Dim p1 As NPointF
Dim p2 As NPointF
Dim p3 As NPointF
Dim value As System.Single
 
value = NGeometry2D.Determinant(p1, p2, p3)

Parameters

p1
p2
p3
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also