Click or drag to resize

PlaneDotNormal(Vector3) Method

Dot product of Vector3 and this Plane normal

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public float DotNormal(
	Vector3 v
)

Parameters

v  Vector3
Source Vector3

Return Value

Single
Dot product as a Single
See Also