Computes the cross product AB x AC
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Shared Function Cross ( _ ByRef a As PointD, _ ByRef b As PointD, _ ByRef c As PointD _ ) As Double |
C# |
---|
public static double Cross( ref PointD a, ref PointD b, ref PointD c ) |
Visual C++ |
---|
public: static double Cross( PointD% a, PointD% b, PointD% c ) |
JavaScript |
---|
EGIS.ShapeFileLib.GeometryAlgorithms.cross = function(a, b, c); |
Parameters
- a
- Type: EGIS.ShapeFileLib..::..PointD%
- b
- Type: EGIS.ShapeFileLib..::..PointD%
- c
- Type: EGIS.ShapeFileLib..::..PointD%