C# Class monoshrub.AffineTransform

Inheritance: Transform
Show file Open project: threerings/monoshrub Class Usage Examples

Public Properties

Property Type Description
m00 float

Public Methods

Method 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

Protected Methods

Method Description
AffineTransform ( Transform other ) : System

Method Details

AffineTransform() public method

public AffineTransform ( ) : System
return System

AffineTransform() protected method

protected AffineTransform ( Transform other ) : System
other Transform
return System

AffineTransform() public method

public AffineTransform ( float scale, float angle, float tx, float ty ) : System
scale float
angle float
tx float
ty float
return System

AffineTransform() public method

public AffineTransform ( float scaleX, float scaleY, float angle, float tx, float ty ) : System
scaleX float
scaleY float
angle float
tx float
ty float
return System

AffineTransform() public method

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
return System

Clone() public method

public Clone ( ) : Transform
return Transform

Concatenate() public method

public Concatenate ( Transform other ) : Transform
other Transform
return Transform

InverseTransform() public method

public InverseTransform ( Point p ) : Point
p Point
return Point

InverseTransform() public method

public InverseTransform ( Vector v ) : Vector
v Vector
return Vector

Invert() public method

public Invert ( ) : Transform
return Transform

Lerp() public method

public Lerp ( Transform other, float t ) : Transform
other Transform
t float
return Transform

PreConcatenate() public method

public PreConcatenate ( Transform other ) : Transform
other Transform
return Transform

Rotate() public method

public Rotate ( float angle ) : Transform
angle float
return Transform

ScaleBy() public method

public ScaleBy ( float scaleX, float scaleY ) : Transform
scaleX float
scaleY float
return Transform

ScaleXBy() public method

public ScaleXBy ( float scaleX ) : Transform
scaleX float
return Transform

ScaleYBy() public method

public ScaleYBy ( float scaleY ) : Transform
scaleY float
return Transform

SetTransform() public method

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
return Transform

ToString() public method

public ToString ( ) : string
return string

Transform() public method

public Transform ( Point p ) : Point
p Point
return Point

Transform() public method

public Transform ( Vector v ) : Vector
v Vector
return Vector

Translate() public method

public Translate ( float tx, float ty ) : Transform
tx float
ty float
return Transform

TranslateX() public method

public TranslateX ( float tx ) : Transform
tx float
return Transform

TranslateY() public method

public TranslateY ( float ty ) : Transform
ty float
return Transform

Property Details

m00 public property

public float m00
return float