Click or drag to resize

PlaneDotD(Plane, Vector4) Method

Dot product of Vector4 and Plane

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

Parameters

p  Plane
Source Plane
v  Vector4
Source Vector4

Return Value

Double
Dot product as a Double
See Also