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
Afficher le fichier Open project: Christof/afterglow Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Initializes a new instance of the OrbitingStand class.
public OrbitingStand ( ) : System
Résultat System

OrbitingStand() public méthode

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.
Résultat System