Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

swfdisplayitem(3) [php man page]

SWFDISPLAYITEM(3)							 1							 SWFDISPLAYITEM(3)

The SWFDisplayItem class

INTRODUCTION
SWFDisplayItem. CLASS SYNOPSIS
SWFDisplayItem SWFDisplayItem Methods o void SWFDisplayItem::addAction (SWFAction $action, int $flags) o void SWFDisplayItem::addColor (int $red, int $green, int $blue, [int $a]) o void SWFDisplayItem::endMask (void ) o float SWFDisplayItem::getRot (void ) o float SWFDisplayItem::getX (void ) o float SWFDisplayItem::getXScale (void ) o float SWFDisplayItem::getXSkew (void ) o float SWFDisplayItem::getY (void ) o float SWFDisplayItem::getYScale (void ) o float SWFDisplayItem::getYSkew (void ) o void SWFDisplayItem::move (float $dx, float $dy) o void SWFDisplayItem::moveTo (float $x, float $y) o void SWFDisplayItem::multColor (float $red, float $green, float $blue, [float $a]) o void SWFDisplayItem::remove (void ) o void SWFDisplayItem::rotate (float $angle) o void SWFDisplayItem::rotateTo (float $angle) o void SWFDisplayItem::scale (float $dx, float $dy) o void SWFDisplayItem::scaleTo (float $x, [float $y]) o void SWFDisplayItem::setDepth (int $depth) o void SWFDisplayItem::setMaskLevel (int $level) o void SWFDisplayItem::setMatrix (float $a, float $b, float $c, float $d, float $x, float $y) o void SWFDisplayItem::setName (string $name) o void SWFDisplayItem::setRatio (float $ratio) o void SWFDisplayItem::skewX (float $ddegrees) o void SWFDisplayItem::skewXTo (float $degrees) o void SWFDisplayItem::skewY (float $ddegrees) o void SWFDisplayItem::skewYTo (float $degrees) PHP Documentation Group SWFDISPLAYITEM(3)

Check Out this Related Man Page

OPENAL_SOURCE_SET(3)							 1						      OPENAL_SOURCE_SET(3)

openal_source_set - Set source property

SYNOPSIS
bool openal_source_set (resource $source, int $property, mixed $setting) DESCRIPTION
PARAMETERS
o $source - An Open AL(Source) resource (previously created by openal_source_create(3)). o $property - Property to set, one of: AL_BUFFER (OpenAL(Source)), AL_LOOPING (bool), AL_SOURCE_RELATIVE (int), AL_SOURCE_STATE (int), AL_PITCH (float), AL_GAIN (float), AL_MIN_GAIN (float), AL_MAX_GAIN (float), AL_MAX_DISTANCE (float), AL_ROLLOFF_FACTOR (float), AL_CONE_OUTER_GAIN (float), AL_CONE_INNER_ANGLE (float), AL_CONE_OUTER_ANGLE (float), AL_REFERENCE_DISTANCE (float), AL_POSITION (array(float,float,float)), AL_VELOCITY (array(float,float,float)), AL_DIRECTION (array(float,float,float)). o $setting - Value to assign to specified $property. Refer to the description of $property for a description of the value(s) expected. RETURN VALUES
Returns TRUE on success or FALSE on failure. SEE ALSO
openal_source_create(3), openal_source_get(3), openal_source_play(3). PHP Documentation Group OPENAL_SOURCE_SET(3)
Man Page

15 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

adding float numbers

how to add 2 float values to each other? i tried this and it doesnt work: #!bin/bash numone=1.234 numtwo=0.124 total=`expr $numone + $numtwo` echo $total thanks (5 Replies)
Discussion started by: strike
5 Replies

2. Programming

max precision in float

Hi, As all of us know that size of int is machine as well as compiler dependent we can get the range and size of an int , float and char etc in /usr/include/limits.h header file of a compiler but could any one tell me how to get info of precision of float and ... (6 Replies)
Discussion started by: useless79
6 Replies

3. Shell Programming and Scripting

Problem with float calculation and awk

Hi All, can some body help me to script the below logic. Basically am facing problem with float calculation. Also i need this to be done inside a single awk. I tried lot of tuning but still nothing is getting displayed, nor any errors param=50 value=19.23 for(i=0;i<4;i++) {... (2 Replies)
Discussion started by: jisha
2 Replies

4. Programming

matrix pointer

Can anyone tell me what the following statements do? float (*tab); tab=(float (*)) calloc(MAXCLASS, (MAXCLASS+1)*sizeof(float)); (3 Replies)
Discussion started by: littleboyblu
3 Replies

5. UNIX for Dummies Questions & Answers

input a float data and add them in shell in linux

I want to input a float data and add them in shell in linux. I am new user of it can anyone tell me how I can do it? thanx (5 Replies)
Discussion started by: purva
5 Replies

6. Shell Programming and Scripting

float input

how to input float data type in bash shell programming in linux? I am new to it so unaware to use the commands plz help me out. thank you. (6 Replies)
Discussion started by: purva
6 Replies

7. Shell Programming and Scripting

Bash Decimal Addition using bc

Hi guys/gals i have a quick question. I am trying to read from a file and add the values up but the problem is the values are not integers their floats so i tried to used bc but failed epicly lol. Any tips would be great. Thanks this is the code i have so far : while read num do ... (6 Replies)
Discussion started by: vb615
6 Replies

8. Shell Programming and Scripting

Compare float value with single decimal

#!/bin/bash filter_file=/export/home/alvin/test.txt range1_count=0 range2_count=0 categorized(){ value=$1 if # range 5.1 to 10.0 then range1_count=`expr $range1+ 1` elif # range 5.1 to 15.00 then range2_count=`expr $range2+ 1` fi } #read txt file which contain lines of... (8 Replies)
Discussion started by: alvin0618
8 Replies

9. Programming

passing float parameter

I am surprised by GCC (this is ver. 4.2.4, Ubuntu 32 bit Intel) when a function declares a float parameter and it's prototype is missing, the parameters are messed up. Please see my code below: ~/test$ cat x1.c #include <stdio.h> #include <stdlib.h> set_p(int p1, float p2, int p3, int p4)... (7 Replies)
Discussion started by: migurus
7 Replies

10. Programming

Changing type name

In C++, how can I change the type with another name For example How can I declaring an object real which would be the same as declaring it float (5 Replies)
Discussion started by: kristinu
5 Replies

11. Programming

Printing float values in C

Hi, I have small problem to print float value in the fallowing code float Cx, W,f=250000, Cr=92.00,pi=3.14; W=2*pi*f; Cx = 1/W.Cr; //Cx value will be come around like 7.07E-9. printf("capacitance value: %.10f",Cx); I am trying to print Cx value using above code but it was not... (3 Replies)
Discussion started by: veerubiji
3 Replies

12. Programming

Math function with C

I have int miles, yards; float kilometers; float kilometers2; miles = 26; yards = 385; kilometers = 1.609 * (miles + yards / 1760.0); where int/float remains a float. How ever if I change it to kilometers = 1.609 * (miles + yards / 1760); ... (7 Replies)
Discussion started by: Fingerz
7 Replies

13. Shell Programming and Scripting

Grep float/integers but skip some integers

Hi, I am working in bash in Mac OSX, I have following 'input.txt' file: <INFO> HypoTestTool: >>> Done running HypoTestInverter on the workspace combined <INFO> HypoTestTool: The computed upper limit is: 11 +/- 1.02651 <INFO> HypoTestTool: expected limit (median) 11 <INFO> HypoTestTool: ... (13 Replies)
Discussion started by: Asif Siddique
13 Replies

14. Shell Programming and Scripting

Float array sum

Hi everyone, I'm having some trouble with float array. When i try to get the array sum with float numbers i get this error line 39: soma + 2.34 | bc: syntax error: invalid arithmetic operator (error token is ".34 | bc") 26 Somar() { 27 echo "Quantos numeros deseja somar?" 28 read... (4 Replies)
Discussion started by: berveglieri
4 Replies

15. Programming

C Programming

Is there any way to find the variables declared or defined in a c program and print those variables?? plz help (15 Replies)
Discussion started by: zinat
15 Replies