C# 클래스 NewTOAPIA.Graphics.mat3

상속: NewTOAPIA.MatrixSquare
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string

Scale by sx, sy

mat3 ( ) : System
mat3 ( IMatrix x ) : System
mat3 ( double x ) : System
operator ( ) : mat3
operator ( ) : vec3
this ( int i ) : vec3

메소드 상세

ToString() 공개 메소드

Scale by sx, sy
public ToString ( ) : string
리턴 string

mat3() 공개 메소드

public mat3 ( ) : System
리턴 System

mat3() 공개 메소드

public mat3 ( IMatrix x ) : System
x IMatrix
리턴 System

mat3() 공개 메소드

public mat3 ( double x ) : System
x double
리턴 System

operator() 공개 정적인 메소드

public static operator ( ) : mat3
리턴 mat3

operator() 공개 정적인 메소드

public static operator ( ) : vec3
리턴 vec3

this() 공개 메소드

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