Uses of Class
com.xebisco.yield.Transform2D
Packages that use Transform2D
-
Uses of Transform2D in com.xebisco.yield
Methods in com.xebisco.yield that return Transform2DModifier and TypeMethodDescriptionScene.camera()Retrieves the camera transform of the scene.Entity2D.hierarchyTransform()Calculates the transformations applied to this entity by its parent and itself.Transform2D.setAnchor(ObjectAnchor anchor) Sets the object's anchor.Transform2D.setzRotation(double zRotation) Sets the z-rotation of the object.ComponentBehavior.transform()Returns the transform of the entity this behavior is attached to.Entity2D.transform()Gets the transformations applied to this entity.Constructors in com.xebisco.yield with parameters of type Transform2DModifierConstructorDescriptionConstructs a newTransform2Dinstance from another Transform2D instance. -
Uses of Transform2D in com.xebisco.yield.manager
Methods in com.xebisco.yield.manager with parameters of type Transform2DModifier and TypeMethodDescriptionvoidGraphicsManager.setCamera(Transform2D camera) The function sets the position of the camera in a 2D space. -
Uses of Transform2D in com.xebisco.yield.rendering
Methods in com.xebisco.yield.rendering that return Transform2DModifier and TypeMethodDescriptionPaint.transformation()Returns the transformation to be applied to the object before drawing.Methods in com.xebisco.yield.rendering with parameters of type Transform2DModifier and TypeMethodDescriptionPaint.setTransformation(Transform2D transformation) Sets the transformation to be applied to the object before drawing.