Click or drag to resize

PlaneDotNormal Method (Plane, Vector3)

Dot product of Vector3 and Plane normal

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static float DotNormal(
	Plane p,
	Vector3 v
)

Parameters

p
Type: Microsoft.DirectXPlane
Source Plane
v
Type: Microsoft.DirectXVector3
Source Vector3

Return Value

Type: Single
Dot product as a Single
See Also