C# Class StdPaint.Matrix4

A 4x4 matrix for use in 3D.
Afficher le fichier Open project: TheBerkin/StdPaint Class Usage Examples

Méthodes publiques

Méthode Description
CreateRotationX ( double radians ) : Matrix4
CreateRotationY ( double radians ) : Matrix4
CreateRotationZ ( double radians ) : Matrix4
Matrix4 ( ) : System

Create a new Matrix4 object.

operator ( ) : Matrix4
this ( int i ) : double
this ( int i, int j ) : double

Method Details

CreateRotationX() public static méthode

public static CreateRotationX ( double radians ) : Matrix4
radians double
Résultat Matrix4

CreateRotationY() public static méthode

public static CreateRotationY ( double radians ) : Matrix4
radians double
Résultat Matrix4

CreateRotationZ() public static méthode

public static CreateRotationZ ( double radians ) : Matrix4
radians double
Résultat Matrix4

Matrix4() public méthode

Create a new Matrix4 object.
public Matrix4 ( ) : System
Résultat System

operator() public static méthode

public static operator ( ) : Matrix4
Résultat Matrix4

this() public méthode

public this ( int i ) : double
i int
Résultat double

this() public méthode

public this ( int i, int j ) : double
i int
j int
Résultat double