C# Class Afterglow.Graphics.Cameras.OrbitingStand

Stand which can orbit on an imaginery sphere. The position is defined by the azimuth and declination angles and the radius. The target is the at the center of the coordinate system.
Inheritance: IStand
Show file Open project: Christof/afterglow Class Usage Examples

Public Methods

Method Description
OrbitingStand ( ) : System

Initializes a new instance of the OrbitingStand class.

OrbitingStand ( float radius, float azimuth, float declination ) : System

Initializes a new instance of the OrbitingStand class.

Method Details

OrbitingStand() public method

Initializes a new instance of the OrbitingStand class.
public OrbitingStand ( ) : System
return System

OrbitingStand() public method

Initializes a new instance of the OrbitingStand class.
public OrbitingStand ( float radius, float azimuth, float declination ) : System
radius float The radius.
azimuth float The azimuth.
declination float The declination.
return System