Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

get_rotation_matrix(3alleg4) [suse man page]

get_rotation_matrix(3alleg4)					  Allegro manual				      get_rotation_matrix(3alleg4)

NAME
get_rotation_matrix, get_rotation_matrix_f - Constructs X, Y, Z rotation matrices. Allegro game programming library. SYNOPSIS
#include <allegro.h> void get_rotation_matrix(MATRIX *m, fixed x, fixed y, fixed z); void get_rotation_matrix_f(MATRIX_f *m, float x, float y, float z); DESCRIPTION
Constructs a transformation matrix which will rotate points around all three axes by the specified amounts (given in binary, 256 degrees to a circle format). The direction of rotation can simply be found out with the right-hand rule: Point the dumb of your right hand towards the origin along the axis of rotation, and the fingers will curl in the positive direction of rotation. E.g. if you rotate around the y axis, and look at the scene from above, a positive angle will rotate in clockwise direction. SEE ALSO
apply_matrix(3alleg4), get_transformation_matrix(3alleg4), get_vector_rotation_matrix(3alleg4), get_x_rotate_matrix(3alleg4), get_y_rotate_matrix(3alleg4), get_z_rotate_matrix(3alleg4), get_align_matrix(3alleg4), ex12bit(3alleg4), exquat(3alleg4), exstars(3alleg4) Allegro version 4.4.2 get_rotation_matrix(3alleg4)

Check Out this Related Man Page

get_rotation_matrix(3alleg4)					  Allegro manual				      get_rotation_matrix(3alleg4)

NAME
get_rotation_matrix, get_rotation_matrix_f - Constructs X, Y, Z rotation matrices. Allegro game programming library. SYNOPSIS
#include <allegro.h> void get_rotation_matrix(MATRIX *m, fixed x, fixed y, fixed z); void get_rotation_matrix_f(MATRIX_f *m, float x, float y, float z); DESCRIPTION
Constructs a transformation matrix which will rotate points around all three axes by the specified amounts (given in binary, 256 degrees to a circle format). The direction of rotation can simply be found out with the right-hand rule: Point the dumb of your right hand towards the origin along the axis of rotation, and the fingers will curl in the positive direction of rotation. E.g. if you rotate around the y axis, and look at the scene from above, a positive angle will rotate in clockwise direction. SEE ALSO
apply_matrix(3alleg4), get_transformation_matrix(3alleg4), get_vector_rotation_matrix(3alleg4), get_x_rotate_matrix(3alleg4), get_y_rotate_matrix(3alleg4), get_z_rotate_matrix(3alleg4), get_align_matrix(3alleg4), ex12bit(3alleg4), exquat(3alleg4), exstars(3alleg4) Allegro version 4.4.2 get_rotation_matrix(3alleg4)
Man Page

3 More Discussions You Might Find Interesting

1. HP-UX

Log rotation on HP-UX

Can anyone post a sample log rotate and archive configuration on HP-UX? I really don't know how to do that... :( (3 Replies)
Discussion started by: untamed
3 Replies

2. Web Development

Mod_Jk Log rotation

Hi , I have cronolog (http://cronolog.org/) setup to rotate both my error and access logs, but how can I use it to rotate my mod_jk.log file. I tried different things but cant get it to work. I want to end up where all three files will be rotated daily in YYYY/MM/DD folder format. thanks (0 Replies)
Discussion started by: new2learn09
0 Replies

3. UNIX for Dummies Questions & Answers

logrotate ignore 'rotate' setting.

the 'rotate' setting in my logrotate configurations is being ignored when run from the crontab. I have tested my configurations using the "-d" option, the rotation count is working when I do the test. Here are my configuration settings, is there anything I am doing wrong? # cat -n... (5 Replies)
Discussion started by: frankkoenen
5 Replies