Click or drag to resize

UtilParallelComponent Method

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

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

Parameters

V  Vector3
First Vector3.
W  Vector3
Second Vector3.

Return Value

Vector3
Component of V parallel to W.
See Also