1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
.TH "al_transform_coordinates_3d" "3" "" "Allegro reference manual" ""
.SH NAME
.PP
al_transform_coordinates_3d \- Allegro 5 API
.SH SYNOPSIS
.IP
.nf
\f[C]
#include\ <allegro5/allegro.h>
void\ al_transform_coordinates_3d(const\ ALLEGRO_TRANSFORM\ *trans,
\ \ \ float\ *x,\ float\ *y,\ float\ *z)
\f[]
.fi
.SH DESCRIPTION
.PP
Transform x, y, z coordinates.
.PP
\f[I]Parameters:\f[]
.IP \[bu] 2
trans \- Transformation to use
.IP \[bu] 2
x, y, z \- Pointers to the coordinates
.PP
Since 5.1.9
.SH SEE ALSO
.PP
al_use_transform(3), al_transform_coordinates(3)
|