Click or drag to resize

PlaneDotNormalD(Plane, Vector3) Method

Dot product of Vector3 and Plane normal

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static double DotNormalD(
	Plane p,
	Vector3 v
)

Parameters

p  Plane
Source Plane
v  Vector3
Source Vector3

Return Value

Double
Dot product as a Double
See Also