Click or drag to resize

UtilSideOfPlane Method

Return 1 for positive side (pointed at by normal), -1 for negative side, 0 if V is on plane

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static int SideOfPlane(
	Vector3 N,
	Vector3 P,
	Vector3 V
)

Parameters

N
Type: Microsoft.DirectXVector3
Plane normal
P
Type: Microsoft.DirectXVector3
Point on plane
V
Type: Microsoft.DirectXVector3
Point in space

Return Value

Type: Int32
Side of plane
See Also