nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Transform.transformPoint
nudsfml
graphics
transform
Transform
Transform a 2D point.
Vector2f
transformPoint
(float x, float y)
Vector2f
transformPoint
(Vector2f point)
struct
Transform
const
Vector2f
transformPoint
(
Vector2f
point
)
Parameters
point
Vector2f
the point to transform
Return Value
Type:
Vector2f
Transformed point.
Meta
Source
See Implementation
nudsfml
graphics
transform
Transform
constructors
this
functions
combine
getInverse
getMatrix
opBinary
opOpAssign
rotate
scale
toString
transformPoint
transformRect
translate
static variables
Identity
variables
m_matrix
Transform a 2D point.