| 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.GeometryAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
 Syntax
Syntaxpublic 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
VectorD3DThe 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
See Also