- toString() - Method in class radar.org.newdawn.slick.geom.Transform
-
Convert this Transform to a String.
- Transform - Class in radar.org.newdawn.slick.geom
-
A 2 dimensional transformation that can be applied to Shape
implemenations.
- Transform() - Constructor for class radar.org.newdawn.slick.geom.Transform
-
Create and identity transform
- Transform(Transform) - Constructor for class radar.org.newdawn.slick.geom.Transform
-
Copy a transform
- Transform(Transform, Transform) - Constructor for class radar.org.newdawn.slick.geom.Transform
-
Concatanate to transform into one
- Transform(float[]) - Constructor for class radar.org.newdawn.slick.geom.Transform
-
Create a transform for the given positions
- Transform(float, float, float, float, float, float) - Constructor for class radar.org.newdawn.slick.geom.Transform
-
Create a transform for the given positions
- transform(float[], int, float[], int, int) - Method in class radar.org.newdawn.slick.geom.Transform
-
Transform the point pairs in the source array and store them in the destination array.
- transform(Vector2f) - Method in class radar.org.newdawn.slick.geom.Transform
-
Transform the vector2f based on the matrix defined in this transform
- triangulate() - Method in class radar.org.newdawn.slick.geom.NeatTriangulator
-
Upate the triangles
- triangulate() - Method in interface radar.org.newdawn.slick.geom.Triangulator
-
Run the triangulation
- Triangulator - Interface in radar.org.newdawn.slick.geom
-
A collection of triangles