C# 클래스 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.
상속: IStand
파일 보기 프로젝트 열기: Christof/afterglow 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

OrbitingStand() 공개 메소드

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

OrbitingStand() 공개 메소드

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.
리턴 System