.\" Automatically generated by Pandoc 2.17.1.1 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "al_transform_coordinates_3d" "3alleg5" "" "Allegro reference manual" "" .hy .SH NAME .PP al_transform_coordinates_3d - Allegro 5 API .SH SYNOPSIS .IP .nf \f[C] #include void al_transform_coordinates_3d(const ALLEGRO_TRANSFORM *trans, float *x, float *y, float *z) \f[R] .fi .SH DESCRIPTION .PP Transform x, y, z coordinates. .PP \f[I]Parameters:\f[R] .IP \[bu] 2 trans - Transformation to use .IP \[bu] 2 x, y, z - Pointers to the coordinates .PP Note: If you are using a projection transform you most likely will want to use al_transform_coordinates_3d_projective(3alleg5) instead. .PP Since 5.1.9 .SH SEE ALSO .PP al_use_transform(3alleg5), al_transform_coordinates(3alleg5)