Click or drag to resize

GraphDocumentViewToRootLayerCenter Method

Make the views to look at the root layer center. The scale is choosen so that the size of the plot will be maximal.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ViewToRootLayerCenter(
	VectorD3D toEyeVector,
	VectorD3D cameraUpVector,
	double aspectRatio
)

Parameters

toEyeVector  VectorD3D
The To-Eye vector (vector from the target to the camera position).
cameraUpVector  VectorD3D
The camera up vector.
aspectRatio  Double
The aspect ratio of the view port. If in doubt, use 1.
Exceptions
ExceptionCondition
NotImplementedException
See Also