public interface ConstView extends Const
View
. It is not
recommended to be implemented outside of the JSFML API.Const
Modifier and Type | Method and Description |
---|---|
Vector2f |
getCenter()
Gets the current center of the view.
|
Transform |
getInverseTransform()
Gets the inverse of the view's current transformation matrix as determined
by its center, size and rotation angle.
|
float |
getRotation()
Gets the current rotation angle of the view in degrees.
|
Vector2f |
getSize()
Gets the current dimensions of the view in pixels.
|
Transform |
getTransform()
Gets the view's current transformation matrix as determined by its center,
size and rotation angle.
|
FloatRect |
getViewport()
Gets the current viewport rectangle of this view.
|
Vector2f getCenter()
Vector2f getSize()
float getRotation()
FloatRect getViewport()
Transform getTransform()
Transform getInverseTransform()