Click or drag to resize

Graph3DControllerViewToRootLayerCenter 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.Gui.Graph.Graph3D.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void ViewToRootLayerCenter(
	VectorD3D toEyeVector,
	VectorD3D cameraUpVector
)

Parameters

toEyeVector  VectorD3D
The To-Eye vector (vector from the target to the camera position).
cameraUpVector  VectorD3D
The camera up vector.
Exceptions
ExceptionCondition
NotImplementedException
See Also