Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

s3d_translate(3) [debian man page]

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)

Check Out this Related Man Page

HARUPAGE(3)								 1							       HARUPAGE(3)

The HaruPage class

INTRODUCTION
Haru PDF Page Class. CLASS SYNOPSIS
HaruPage HaruPage Methods o bool HaruPage::arc (float $x, float $y, float $ray, float $ang1, float $ang2) o bool HaruPage::beginText (void ) o bool HaruPage::circle (float $x, float $y, float $ray) o bool HaruPage::closePath (void ) o bool HaruPage::concat (float $a, float $b, float $c, float $d, float $x, float $y) o object HaruPage::createDestination (void ) o object HaruPage::createLinkAnnotation (array $rectangle, object $destination) o object HaruPage::createTextAnnotation (array $rectangle, string $text, [object $encoder]) o object HaruPage::createURLAnnotation (array $rectangle, string $url) o bool HaruPage::curveTo2 (float $x2, float $y2, float $x3, float $y3) o bool HaruPage::curveTo3 (float $x1, float $y1, float $x3, float $y3) o bool HaruPage::curveTo (float $x1, float $y1, float $x2, float $y2, float $x3, float $y3) o bool HaruPage::drawImage (object $image, float $x, float $y, float $width, float $height) o bool HaruPage::ellipse (float $x, float $y, float $xray, float $yray) o bool HaruPage::endPath (void ) o bool HaruPage::endText (void ) o bool HaruPage::eofill (void ) o bool HaruPage::eoFillStroke ([bool $close_path = false]) o bool HaruPage::fill (void ) o bool HaruPage::fillStroke ([bool $close_path = false]) o float HaruPage::getCharSpace (void ) o array HaruPage::getCMYKFill (void ) o array HaruPage::getCMYKStroke (void ) o object HaruPage::getCurrentFont (void ) o float HaruPage::getCurrentFontSize (void ) o array HaruPage::getCurrentPos (void ) o array HaruPage::getCurrentTextPos (void ) o array HaruPage::getDash (void ) o int HaruPage::getFillingColorSpace (void ) o float HaruPage::getFlatness (void ) o int HaruPage::getGMode (void ) o float HaruPage::getGrayFill (void ) o float HaruPage::getGrayStroke (void ) o float HaruPage::getHeight (void ) o float HaruPage::getHorizontalScaling (void ) o int HaruPage::getLineCap (void ) o int HaruPage::getLineJoin (void ) o float HaruPage::getLineWidth (void ) o float HaruPage::getMiterLimit (void ) o array HaruPage::getRGBFill (void ) o array HaruPage::getRGBStroke (void ) o int HaruPage::getStrokingColorSpace (void ) o float HaruPage::getTextLeading (void ) o array HaruPage::getTextMatrix (void ) o int HaruPage::getTextRenderingMode (void ) o float HaruPage::getTextRise (void ) o float HaruPage::getTextWidth (string $text) o array HaruPage::getTransMatrix (void ) o float HaruPage::getWidth (void ) o float HaruPage::getWordSpace (void ) o bool HaruPage::lineTo (float $x, float $y) o int HaruPage::measureText (string $text, float $width, [bool $wordwrap = false]) o bool HaruPage::moveTextPos (float $x, float $y, [bool $set_leading = false]) o bool HaruPage::moveTo (float $x, float $y) o bool HaruPage::moveToNextLine (void ) o bool HaruPage::rectangle (float $x, float $y, float $width, float $height) o bool HaruPage::setCharSpace (float $char_space) o bool HaruPage::setCMYKFill (float $c, float $m, float $y, float $k) o bool HaruPage::setCMYKStroke (float $c, float $m, float $y, float $k) o bool HaruPage::setDash (array $pattern, int $phase) o bool HaruPage::setFlatness (float $flatness) o bool HaruPage::setFontAndSize (object $font, float $size) o bool HaruPage::setGrayFill (float $value) o bool HaruPage::setGrayStroke (float $value) o bool HaruPage::setHeight (float $height) o bool HaruPage::setHorizontalScaling (float $scaling) o bool HaruPage::setLineCap (int $cap) o bool HaruPage::setLineJoin (int $join) o bool HaruPage::setLineWidth (float $width) o bool HaruPage::setMiterLimit (float $limit) o bool HaruPage::setRGBFill (float $r, float $g, float $b) o bool HaruPage::setRGBStroke (float $r, float $g, float $b) o bool HaruPage::setRotate (int $angle) o bool HaruPage::setSize (int $size, int $direction) o bool HaruPage::setSlideShow (int $type, float $disp_time, float $trans_time) o bool HaruPage::setTextLeading (float $text_leading) o bool HaruPage::setTextMatrix (float $a, float $b, float $c, float $d, float $x, float $y) o bool HaruPage::setTextRenderingMode (int $mode) o bool HaruPage::setTextRise (float $rise) o bool HaruPage::setWidth (float $width) o bool HaruPage::setWordSpace (float $word_space) o bool HaruPage::showText (string $text) o bool HaruPage::showTextNextLine (string $text, [float $word_space], [float $char_space]) o bool HaruPage::stroke ([bool $close_path = false]) o bool HaruPage::textOut (float $x, float $y, string $text) o bool HaruPage::textRect (float $left, float $top, float $right, float $bottom, string $text, [int $align = HaruPage::TALIGN_LEFT]) PREDEFINED CONSTANTS
PHP Documentation Group HARUPAGE(3)
Man Page