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: 19.01.00
Syntax
C#
public static Vector3 PerpendicularComponent(
	Vector3 V,
	Vector3 W
)

Parameters

V  Vector3
First Vector3.
W  Vector3
Second Vector3.

Return Value

Vector3
Component of V perpendicular to W.
See Also