C# 클래스 Affine, NewTOAPIA

Affine is a class used to perform Affine transforms on a matrix. Affine transforms are those which can be mathematically reversed. Examples include translation, scaling, shearing, and the like.
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
fMatrix TOAPI.Types.XFORM

공개 메소드들

메소드 설명
Affine ( ) : System
Combine ( XFORM b ) : bool
Invert ( ) : bool
MapTri ( float px0, float py0, float qx0, float qy0, float rx0, float ry0 ) : bool
MapTri ( float px0, float py0, float qx0, float qy0, float rx0, float ry0, float px1, float py1, float qx1, float qy1, float rx1, float ry1 ) : bool
Reset ( ) : void
Rotate ( float angle, float x0, float y0 ) : bool
Scale ( float sx, float sy ) : bool
SetTransform ( XFORM xm ) : bool
Translate ( float dx, float dy ) : bool
minmax ( int x0, int x1, int x2, int x3, int &minx, int &maxx ) : void

메소드 상세

Affine() 공개 메소드

public Affine ( ) : System
리턴 System

Combine() 공개 메소드

public Combine ( XFORM b ) : bool
b TOAPI.Types.XFORM
리턴 bool

Invert() 공개 메소드

public Invert ( ) : bool
리턴 bool

MapTri() 공개 메소드

public MapTri ( float px0, float py0, float qx0, float qy0, float rx0, float ry0 ) : bool
px0 float
py0 float
qx0 float
qy0 float
rx0 float
ry0 float
리턴 bool

MapTri() 공개 메소드

public MapTri ( float px0, float py0, float qx0, float qy0, float rx0, float ry0, float px1, float py1, float qx1, float qy1, float rx1, float ry1 ) : bool
px0 float
py0 float
qx0 float
qy0 float
rx0 float
ry0 float
px1 float
py1 float
qx1 float
qy1 float
rx1 float
ry1 float
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Rotate() 공개 메소드

public Rotate ( float angle, float x0, float y0 ) : bool
angle float
x0 float
y0 float
리턴 bool

Scale() 공개 메소드

public Scale ( float sx, float sy ) : bool
sx float
sy float
리턴 bool

SetTransform() 공개 메소드

public SetTransform ( XFORM xm ) : bool
xm TOAPI.Types.XFORM
리턴 bool

Translate() 공개 메소드

public Translate ( float dx, float dy ) : bool
dx float
dy float
리턴 bool

minmax() 공개 메소드

public minmax ( int x0, int x1, int x2, int x3, int &minx, int &maxx ) : void
x0 int
x1 int
x2 int
x3 int
minx int
maxx int
리턴 void

프로퍼티 상세

fMatrix 공개적으로 프로퍼티

public XFORM,TOAPI.Types fMatrix
리턴 TOAPI.Types.XFORM