s3d_scale

Langue: en

Version: 280606 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

s3d_scale - scale object

SYNOPSIS

 #include <s3d.h>
 
int s3d_scale(int object, float s);

DESCRIPTION

Scales the object. about factor s. s=1 will be the original size, -1 will mirror it.

Warning

s=0 is forbidden and will be ignored! s3d_scale is also absolute, not relative!

AUTHOR

Simon Wunderlich

Author of s3d