Click or drag to resize

GraphicBaseToUnrotatedDifference Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ToUnrotatedDifference(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]


Namespace: Altaxo.Graph.Graph3D.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public VectorD3D ToUnrotatedDifference(
	PointD3D pivot,
	PointD3D point
)

Parameters

pivot  PointD3D

[Missing <param name="pivot"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ToUnrotatedDifference(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]

point  PointD3D

[Missing <param name="point"/> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ToUnrotatedDifference(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]

Return Value

VectorD3D

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Shapes.GraphicBase.ToUnrotatedDifference(Altaxo.Geometry.PointD3D,Altaxo.Geometry.PointD3D)"]

See Also