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: 19.01.00
Syntax
C#
public static int SideOfPlane(
	Vector3 N,
	Vector3 P,
	Vector3 V
)

Parameters

N  Vector3
Plane normal
P  Vector3
Point on plane
V  Vector3
Point in space

Return Value

Int32
Side of plane
See Also