C# Class monoshrub.AffineTransform

Inheritance: Transform
Afficher le fichier Open project: threerings/monoshrub Class Usage Examples

Méthodes publiques

Свойство Type Description
m00 float

Méthodes publiques

Méthode Description
AffineTransform ( ) : System
AffineTransform ( float scale, float angle, float tx, float ty ) : System
AffineTransform ( float scaleX, float scaleY, float angle, float tx, float ty ) : System
AffineTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : System
Clone ( ) : Transform
Concatenate ( Transform other ) : Transform
InverseTransform ( Point p ) : Point
InverseTransform ( Vector v ) : Vector
Invert ( ) : Transform
Lerp ( Transform other, float t ) : Transform
PreConcatenate ( Transform other ) : Transform
Rotate ( float angle ) : Transform
ScaleBy ( float scaleX, float scaleY ) : Transform
ScaleXBy ( float scaleX ) : Transform
ScaleYBy ( float scaleY ) : Transform
SetTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : Transform
ToString ( ) : string
Transform ( Point p ) : Point
Transform ( Vector v ) : Vector
Translate ( float tx, float ty ) : Transform
TranslateX ( float tx ) : Transform
TranslateY ( float ty ) : Transform

Méthodes protégées

Méthode Description
AffineTransform ( Transform other ) : System

Method Details

AffineTransform() public méthode

public AffineTransform ( ) : System
Résultat System

AffineTransform() protected méthode

protected AffineTransform ( Transform other ) : System
other Transform
Résultat System

AffineTransform() public méthode

public AffineTransform ( float scale, float angle, float tx, float ty ) : System
scale float
angle float
tx float
ty float
Résultat System

AffineTransform() public méthode

public AffineTransform ( float scaleX, float scaleY, float angle, float tx, float ty ) : System
scaleX float
scaleY float
angle float
tx float
ty float
Résultat System

AffineTransform() public méthode

public AffineTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : System
m00 float
m01 float
m10 float
m11 float
tx float
ty float
Résultat System

Clone() public méthode

public Clone ( ) : Transform
Résultat Transform

Concatenate() public méthode

public Concatenate ( Transform other ) : Transform
other Transform
Résultat Transform

InverseTransform() public méthode

public InverseTransform ( Point p ) : Point
p Point
Résultat Point

InverseTransform() public méthode

public InverseTransform ( Vector v ) : Vector
v Vector
Résultat Vector

Invert() public méthode

public Invert ( ) : Transform
Résultat Transform

Lerp() public méthode

public Lerp ( Transform other, float t ) : Transform
other Transform
t float
Résultat Transform

PreConcatenate() public méthode

public PreConcatenate ( Transform other ) : Transform
other Transform
Résultat Transform

Rotate() public méthode

public Rotate ( float angle ) : Transform
angle float
Résultat Transform

ScaleBy() public méthode

public ScaleBy ( float scaleX, float scaleY ) : Transform
scaleX float
scaleY float
Résultat Transform

ScaleXBy() public méthode

public ScaleXBy ( float scaleX ) : Transform
scaleX float
Résultat Transform

ScaleYBy() public méthode

public ScaleYBy ( float scaleY ) : Transform
scaleY float
Résultat Transform

SetTransform() public méthode

public SetTransform ( float m00, float m01, float m10, float m11, float tx, float ty ) : Transform
m00 float
m01 float
m10 float
m11 float
tx float
ty float
Résultat Transform

ToString() public méthode

public ToString ( ) : string
Résultat string

Transform() public méthode

public Transform ( Point p ) : Point
p Point
Résultat Point

Transform() public méthode

public Transform ( Vector v ) : Vector
v Vector
Résultat Vector

Translate() public méthode

public Translate ( float tx, float ty ) : Transform
tx float
ty float
Résultat Transform

TranslateX() public méthode

public TranslateX ( float tx ) : Transform
tx float
Résultat Transform

TranslateY() public méthode

public TranslateY ( float ty ) : Transform
ty float
Résultat Transform

Property Details

m00 public_oe property

public float m00
Résultat float