s3d_translate(3) debian man page | unix.com

Man Page: s3d_translate

Operating Environment: debian

Section: 3

S3D_TRANSLATE(3)						    s3d Manual							  S3D_TRANSLATE(3)

NAME
s3d_translate - move object to absolute position
SYNOPSIS
#include <s3d.h> int s3d_translate(int object, float x, float y, float z);
DESCRIPTION
Move the object to some position in space. when you create an object, it's always located at 0.0 , 0.0, 0.0. Warning Translation is absolute, not relative! s3d_translate(object, 2, 0, 0); s3d_translate(object, 4, 0, 0); // object will end up at 4,0,0 and not 6,0,0!!
AUTHOR
Simon Wunderlich Author of s3d s3d S3D_TRANSLATE(3)
Related Man Pages
wxgraphicsmatrix(3erl) - linux
hwloc_distances_s(3) - debian
create_object(1m) - hpux
swfdisplayitem(3) - php
cubrid_lob2_tell64(3) - php
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph