Click or drag to resize

UtilPerpendicularComponent Method

Finds P, the component of V that is perpendicular to W.

Namespace:  Demo3D.Common
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Vector3 PerpendicularComponent(
	Vector3 V,
	Vector3 W
)

Parameters

V
Type: Microsoft.DirectXVector3
First Vector3.
W
Type: Microsoft.DirectXVector3
Second Vector3.

Return Value

Type: Vector3
Component of V perpendicular to W.
See Also