Determines the orientation of the point q in regards to the plane given by points a, b, c.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static double Orient3D(
Point3D a,
Point3D b,
Point3D c,
Point3D q
) |
Visual Basic |
---|
Public Shared Function Orient3D ( _
a As Point3D, _
b As Point3D, _
c As Point3D, _
q As Point3D _
) As Double |
JScript |
---|
public static function Orient3D(
a : Point3D,
b : Point3D,
c : Point3D,
q : Point3D
) : double |
Parameters
- a
- Type: System.Windows.Media.Media3D..::..Point3D
- b
- Type: System.Windows.Media.Media3D..::..Point3D
- c
- Type: System.Windows.Media.Media3D..::..Point3D
- q
- Type: System.Windows.Media.Media3D..::..Point3D
Return Value
See Also