Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
al_transfo...rdinates_4d(3) Library Functions Manual al_transfo...rdinates_4d(3)

NAME
     al_transform_coordinates_4d - 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:

     * trans - Transformation to use

     * x, y, z, w - Pointers to the coordinates

     Since 5.2.4

SEE ALSO
     al_use_transform(3),    al_transform_coordinates(3),   al_transform_coordi-
     nates_3d(3)

Allegro reference manual			     al_transfo...rdinates_4d(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=al_transform_coordinates_4d&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help