.\" Automatically generated by Pandoc 3.6.1 .\" .TH "al_transform_coordinates_3d" "3" "" "Allegro reference manual" .SH NAME al_transform_coordinates_3d \- Allegro 5 API .SH SYNOPSIS .IP .EX #include \f[B]\f[R] void al_transform_coordinates_3d(const ALLEGRO_TRANSFORM *trans, float *x, float *y, float *z) .EE .SH DESCRIPTION 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(3) instead. .PP Since 5.1.9 .SH SEE ALSO al_use_transform(3), al_transform_coordinates(3)