Click or drag to resize

Math3DGetVectorSymmetricalToVector Method

Calculates the counterpart of the provided vector n, so that this vector n and it's conterpart are symmetrical, with the symmetry line provided by vector q.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static VectorD3D GetVectorSymmetricalToVector(
	VectorD3D n,
	VectorD3D q
)

Parameters

n  VectorD3D
The vector for which to find the symmectrical counterpart. Not required to be normalized.
q  VectorD3D
Symmetry line.

Return Value

VectorD3D
The counterpart of the provided vector n, so that this vector n and it's conterpart are symmetrical, with the symmetry line given by vector q.
See Also