Click or drag to resize

CameraViewOffset Method (Axes, Point, Cartesian)

Sets the camera's reference point - the point the camera is looking at. The camera's position is the reference point translated by the offset.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void ViewOffset(
	Axes axes,
	Point referencePoint,
	Cartesian offset
)

Parameters

axes
Type: AGI.Foundation.GeometryAxes
The Axes of rotation. Axes will be set to this.
referencePoint
Type: AGI.Foundation.GeometryPoint
The Point that will be evaluated at the animation time to get ReferencePoint.
offset
Type: AGI.Foundation.CoordinatesCartesian
The offset of the camera position relative to the referencePoint.
See Also