View

Undocumented in source.

Constructors

this
this(FloatRect rectangle)
Undocumented in source.
this
this(Vector2f center, Vector2f size)
Undocumented in source.

Members

Functions

getInverseTransform
Transform getInverseTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
getTransform
Transform getTransform()
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(Vector2f offset)
Undocumented in source. Be warned that the author may not have intended to support it.
reset
void reset(FloatRect rectangle)
Undocumented in source. Be warned that the author may not have intended to support it.
zoom
void zoom(float factor)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

center
Vector2f center [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
center
Vector2f center [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
float rotation [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
rotation
float rotation [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Vector2f size [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Vector2f size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
viewport
FloatRect viewport [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
viewport
FloatRect viewport [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

m_center
Vector2f m_center;
Undocumented in source.
m_rotation
float m_rotation;
Undocumented in source.
m_size
Vector2f m_size;
Undocumented in source.
m_viewport
FloatRect m_viewport;
Undocumented in source.

Meta