|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transform2D | |
|---|---|
| com.threerings.editor.swing | |
| com.threerings.math | Model and animation configurations. |
| com.threerings.tudey.config | Tudey configurations. |
| com.threerings.tudey.server.logic | |
| com.threerings.tudey.shape | |
| com.threerings.tudey.shape.config | Shape configurations. |
| com.threerings.tudey.space | |
| Uses of Transform2D in com.threerings.editor.swing |
|---|
| Methods in com.threerings.editor.swing that return Transform2D | |
|---|---|
Transform2D |
Transform2DPanel.getValue()
Returns the current value of the transform being edited. |
| Methods in com.threerings.editor.swing with parameters of type Transform2D | |
|---|---|
void |
Transform2DPanel.setValue(Transform2D value)
Sets the value of the transform being edited. |
| Uses of Transform2D in com.threerings.math |
|---|
| Methods in com.threerings.math that return Transform2D | |
|---|---|
Transform2D |
Transform2D.compose(Transform2D other)
Composes this transform with another. |
Transform2D |
Transform2D.compose(Transform2D other,
Transform2D result)
Composes this transform with another, storing the result in the object provided. |
Transform2D |
Transform2D.composeLocal(Transform2D other)
Composes this transform in-place with another. |
Transform2D |
Transform2D.invert()
Inverts this transform. |
Transform2D |
Transform2D.invert(Transform2D result)
Inverts this transform, storing the result in the provided object. |
Transform2D |
Transform2D.invertLocal()
Inverts this transform in-place. |
Transform2D |
Transform2D.lerp(Transform2D other,
float t)
Linearly interpolates between this and the specified other transform. |
Transform2D |
Transform2D.lerp(Transform2D other,
float t,
Transform2D result)
Linearly interpolates between this and the specified other transform, placing the result in the transform provided. |
Transform2D |
Transform2D.lerpLocal(Transform2D other,
float t)
Linearly interpolates between this and the specified other transform, placing the result in this transform. |
Transform2D |
Transform2D.promote(int type)
Promotes this transform to the specified type, which must be greater than or equal to its current type. |
Transform2D |
Transform2D.set(Matrix3f matrix)
Sets the transform using the supplied matrix. |
Transform2D |
Transform2D.set(Matrix3f matrix,
boolean affine)
Sets the transform using the supplied matrix. |
Transform2D |
Transform2D.set(Transform2D transform)
Copies the values contained in another transform. |
Transform2D |
Transform2D.set(Transform3D transform)
Sets the transform to a flattened version of a 3D transform. |
Transform2D |
Transform2D.set(Vector2f translation,
float rotation)
Sets the transform using the supplied values. |
Transform2D |
Transform2D.set(Vector2f translation,
float rotation,
float scale)
Sets the transform using the supplied values. |
Transform2D |
Transform2D.set(Vector2f translation,
float rotation,
Vector2f scale)
Sets the transform using the supplied values. |
Transform2D |
Transform2D.setToIdentity()
Sets the transform to the identity transform. |
Transform2D |
Transform2D.update(int utype)
Updates the transform fields corresponding to the specified type. |
| Methods in com.threerings.math with parameters of type Transform2D | |
|---|---|
Transform2D |
Transform2D.compose(Transform2D other)
Composes this transform with another. |
Transform2D |
Transform2D.compose(Transform2D other,
Transform2D result)
Composes this transform with another, storing the result in the object provided. |
Transform2D |
Transform2D.composeLocal(Transform2D other)
Composes this transform in-place with another. |
Transform2D |
Transform2D.invert(Transform2D result)
Inverts this transform, storing the result in the provided object. |
Transform2D |
Transform2D.lerp(Transform2D other,
float t)
Linearly interpolates between this and the specified other transform. |
Transform2D |
Transform2D.lerp(Transform2D other,
float t,
Transform2D result)
Linearly interpolates between this and the specified other transform, placing the result in the transform provided. |
Transform2D |
Transform2D.lerpLocal(Transform2D other,
float t)
Linearly interpolates between this and the specified other transform, placing the result in this transform. |
Transform3D |
Transform3D.set(Transform2D transform)
Copies the values contained in another transform. |
Transform2D |
Transform2D.set(Transform2D transform)
Copies the values contained in another transform. |
Rect |
Rect.transform(Transform2D transform)
Transforms this rectangle. |
Ray2D |
Ray2D.transform(Transform2D transform)
Transforms this ray. |
Ray2D |
Ray2D.transform(Transform2D transform,
Ray2D result)
Transforms this ray, placing the result in the object provided. |
Rect |
Rect.transform(Transform2D transform,
Rect result)
Transforms this rectangle, placing the result in the provided object. |
Rect |
Rect.transformLocal(Transform2D transform)
Transforms this rectangle in-place. |
Ray2D |
Ray2D.transformLocal(Transform2D transform)
Transforms this ray in-place. |
| Constructors in com.threerings.math with parameters of type Transform2D | |
|---|---|
Transform2D(Transform2D transform)
Copy constructor. |
|
Transform3D(Transform2D transform)
Creates a transform from the supplied 2D transform. |
|
| Uses of Transform2D in com.threerings.tudey.config |
|---|
| Methods in com.threerings.tudey.config with parameters of type Transform2D | |
|---|---|
abstract Shape |
HandlerConfig.IntersectionShape.getShape(Shape source,
Transform2D transform,
Shape result)
Returns the intersection shape based on the source shape and transform. |
Shape |
HandlerConfig.DefaultShape.getShape(Shape source,
Transform2D transform,
Shape result)
|
Shape |
HandlerConfig.TransformedShape.getShape(Shape source,
Transform2D transform,
Shape result)
|
| Uses of Transform2D in com.threerings.tudey.server.logic |
|---|
| Methods in com.threerings.tudey.server.logic that return Transform2D | |
|---|---|
Transform2D |
Logic.getTransform()
Convenience method to retrieve the translation and rotation in a new transform. |
Transform2D |
Logic.getTransform(Transform2D result)
Convenience method to retrieve the translation and rotation in a transform. |
| Methods in com.threerings.tudey.server.logic with parameters of type Transform2D | |
|---|---|
Transform2D |
Logic.getTransform(Transform2D result)
Convenience method to retrieve the translation and rotation in a transform. |
| Uses of Transform2D in com.threerings.tudey.shape |
|---|
| Methods in com.threerings.tudey.shape with parameters of type Transform2D | |
|---|---|
Shape |
Shape.transform(Transform2D transform)
Transforms this shape. |
abstract Shape |
Shape.transform(Transform2D transform,
Shape result)
Transforms this shape, placing the result in the provided object if possible. |
Shape |
Segment.transform(Transform2D transform,
Shape result)
|
Shape |
Polygon.transform(Transform2D transform,
Shape result)
|
Shape |
Point.transform(Transform2D transform,
Shape result)
|
Shape |
None.transform(Transform2D transform,
Shape result)
|
Shape |
Global.transform(Transform2D transform,
Shape result)
|
Shape |
Compound.transform(Transform2D transform,
Shape result)
|
Shape |
Circle.transform(Transform2D transform,
Shape result)
|
Shape |
Capsule.transform(Transform2D transform,
Shape result)
|
Shape |
Shape.transformLocal(Transform2D transform)
Transforms this shape in-place. |
| Uses of Transform2D in com.threerings.tudey.shape.config |
|---|
| Fields in com.threerings.tudey.shape.config declared as Transform2D | |
|---|---|
Transform2D |
ShapeConfig.TransformedShape.transform
The shape's transform. |
| Uses of Transform2D in com.threerings.tudey.space |
|---|
| Methods in com.threerings.tudey.space that return Transform2D | |
|---|---|
Transform2D |
SimpleSpaceElement.getTransform()
Returns a reference to the transform of the element. |
| Methods in com.threerings.tudey.space with parameters of type Transform2D | |
|---|---|
void |
SimpleSpaceElement.setTransform(Transform2D transform)
Sets the transform to the specified value and promotes it to UNIFORM,
then updates the bounds of the element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||