C# Class HaloMap.Render.Camera2

The camera 2.
Inheritance: IDisposable
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

Свойство Type Description
LookAt System.Vector3
Position System.Vector3
UpVector System.Vector3
device Device
fixedrotation bool
i float
j float
k float
oldx int
oldy int
radianh float
radianv float
radius float
speed float
x float
y float
z float

Méthodes publiques

Méthode Description
AimCamera ( System.Vector3 v ) : void

The aim camera.

Camera2 ( Form form ) : System

Initializes a new instance of the Camera2 class.

ComputePosition ( ) : void

The compute position.

ComputeStrafe ( bool right ) : void

The compute strafe.

DegreesToRadian ( float degree ) : float

The degrees to radian.

Dispose ( ) : void

The dispose.

SetFixed ( ) : void

The set fixed.

change ( int x, int y ) : void

The change.

move ( ) : bool

The move.

Method Details

AimCamera() public méthode

The aim camera.
public AimCamera ( System.Vector3 v ) : void
v System.Vector3 The v.
Résultat void

Camera2() public méthode

Initializes a new instance of the Camera2 class.
public Camera2 ( Form form ) : System
form System.Windows.Forms.Form The form.
Résultat System

ComputePosition() public méthode

The compute position.
public ComputePosition ( ) : void
Résultat void

ComputeStrafe() public méthode

The compute strafe.
public ComputeStrafe ( bool right ) : void
right bool The right.
Résultat void

DegreesToRadian() public méthode

The degrees to radian.
public DegreesToRadian ( float degree ) : float
degree float The degree.
Résultat float

Dispose() public méthode

The dispose.
public Dispose ( ) : void
Résultat void

SetFixed() public méthode

The set fixed.
public SetFixed ( ) : void
Résultat void

change() public méthode

The change.
public change ( int x, int y ) : void
x int The x.
y int The y.
Résultat void

move() public méthode

The move.
public move ( ) : bool
Résultat bool

Property Details

LookAt public_oe property

The look at.
public Vector3,System LookAt
Résultat System.Vector3

Position public_oe property

The position.
public Vector3,System Position
Résultat System.Vector3

UpVector public_oe property

The up vector.
public Vector3,System UpVector
Résultat System.Vector3

device public_oe property

The device.
public Device device
Résultat Device

fixedrotation public_oe property

The fixedrotation.
public bool fixedrotation
Résultat bool

i public_oe property

The i.
public float i
Résultat float

j public_oe property

The j.
public float j
Résultat float

k public_oe property

The k.
public float k
Résultat float

oldx public_oe property

The oldx.
public int oldx
Résultat int

oldy public_oe property

The oldy.
public int oldy
Résultat int

radianh public_oe property

The radianh.
public float radianh
Résultat float

radianv public_oe property

The radianv.
public float radianv
Résultat float

radius public_oe property

The radius.
public float radius
Résultat float

speed public_oe property

The speed.
public float speed
Résultat float

x public_oe property

The x.
public float x
Résultat float

y public_oe property

The y.
public float y
Résultat float

z public_oe property

The z.
public float z
Résultat float