Click or drag to resize

PlaneDot Method (Vector4)

Dot product of Vector4 and this Plane

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public float Dot(
	Vector4 v
)

Parameters

v
Type: Microsoft.DirectXVector4
Source Vector4

Return Value

Type: Single
Dot product as a Single
See Also