← All docs

cairo_matrix_transform_point()

Implemented by the compiler-injected image prelude.

cairo_matrix_transform_point()

function cairo_matrix_transform_point(mixed $matrix, float $x, float $y): array

Implemented by the compiler-injected image prelude.

Parameters:

  • $matrix (mixed)
  • $x (float)
  • $y (float)

Returns: array

Availability

  • Compiled (AOT): supported through the compiler-injected image prelude.
  • eval() (magician interpreter): not available inside eval’d code.

No examples yet — check examples/ and showcases/ for usage patterns.

Internals

For how cairo_matrix_transform_point is implemented in the compiler, see the internals page.