al_transform_coordinates_4d - Man Page

Allegro 5 API

Synopsis

#include <allegro5/allegro.h>

void al_transform_coordinates_4d(const ALLEGRO_TRANSFORM *trans,
   float *x, float *y, float *z, float *w)

Description

Transform x, y, z, w coordinates.

Parameters:

Since 5.2.4

See Also

al_use_transform(3), al_transform_coordinates(3), al_transform_coordinates_3d(3)

Referenced By

al_transform_coordinates_3d_projective(3).

Allegro reference manual