al_transform_coordinates_3d(1) Allegro 5 API

SYNOPSIS


#include <allegro5/allegro.h>
void al_transform_coordinates_3d(const ALLEGRO_TRANSFORM *trans,
   float *x, float *y, float *z)

DESCRIPTION

Transform x, y, z coordinates.

Parameters:

  • trans - Transformation to use
  • x, y, z - Pointers to the coordinates

Since 5.1.9