Click or drag to resize

PlaneDotD Method (Plane, Vector4)

Dot product of Vector4 and Plane

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static double DotD(
	Plane p,
	Vector4 v
)

Parameters

p
Type: Microsoft.DirectXPlane
Source Plane
v
Type: Microsoft.DirectXVector4
Source Vector4

Return Value

Type: Double
Dot product as a Double
See Also