Transform.transformPoint

Transform a 2D point.

  1. Vector2f transformPoint(float x, float y)
    struct Transform
    const
    transformPoint
    (
    float x
    ,
    float y
    )
  2. Vector2f transformPoint(Vector2f point)

Parameters

x float

X coordinate of the point to transform

y float

Y coordinate of the point to transform

Return Value

Type: Vector2f

Transformed point.

Meta