Click or drag to resize

Math3DGetNormalizedVectorOrthogonalToVector Method

Makes a given vector n orthogonal to another vector v and normalizes the result.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public static VectorD3D GetNormalizedVectorOrthogonalToVector(
	VectorD3D n,
	VectorD3D v
)

Parameters

n  VectorD3D
Given vector.
v  VectorD3D
A vector, to which the returned vector should be perpendicular.

Return Value

VectorD3D
A normalized vector that is orthogonal to v.
See Also