Class CameraPose
Camera pose for rendering.
public class CameraPose
- Inheritance
-
CameraPose
- Inherited Members
Properties
Azimuth
Azimuth angle in degrees.
public double Azimuth { get; set; }
Property Value
Elevation
Elevation angle in degrees.
public double Elevation { get; set; }
Property Value
FocalLength
Camera focal length.
public double FocalLength { get; set; }
Property Value
LookAtX
Look-at X coordinate.
public double LookAtX { get; set; }
Property Value
LookAtY
Look-at Y coordinate.
public double LookAtY { get; set; }
Property Value
LookAtZ
Look-at Z coordinate.
public double LookAtZ { get; set; }
Property Value
Radius
Distance from origin.
public double Radius { get; set; }
Property Value
Methods
GetPosition()
Gets the camera position in Cartesian coordinates.
public (double X, double Y, double Z) GetPosition()