Click or drag to resize

PerspectiveCameraWidthAtTargetDistance Property

Gets the width of the view field at target distance. For this perspective camera, it is WidthAtZNear multiplied with the Distance divided by ZNear.

Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override double WidthAtTargetDistance { get; }

Property Value

Double
The width of the view field at target distance.
See Also