C# 클래스 StdPaint.Matrix4

A 4x4 matrix for use in 3D.
파일 보기 프로젝트 열기: TheBerkin/StdPaint 1 사용 예제들

공개 메소드들

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

메소드 상세

CreateRotationX() 공개 정적인 메소드

public static CreateRotationX ( double radians ) : Matrix4
radians double
리턴 Matrix4

CreateRotationY() 공개 정적인 메소드

public static CreateRotationY ( double radians ) : Matrix4
radians double
리턴 Matrix4

CreateRotationZ() 공개 정적인 메소드

public static CreateRotationZ ( double radians ) : Matrix4
radians double
리턴 Matrix4

Matrix4() 공개 메소드

Create a new Matrix4 object.
public Matrix4 ( ) : System
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : Matrix4
리턴 Matrix4

this() 공개 메소드

public this ( int i ) : double
i int
리턴 double

this() 공개 메소드

public this ( int i, int j ) : double
i int
j int
리턴 double