All Packages Class Hierarchy This Package Previous Next Index
Class net.tabuleiro.nebulae.L3dTransform
net.tabuleiro.nebulae.LValue
|
+----net.tabuleiro.nebulae.L3dTransform
- public class L3dTransform
- extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible 3dTransform value (L3dTransform for short).
Lingo is a trademark of Macromedia, Inc. All rights reserved.
-
m_floats
-
Array of 16 floats representing the Lingo Transform
-
L3dTransform()
- Constructor
-
L3dTransform(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float)
- Constructor.
-
dump()
-
Reserved for internal use of the Nebulae MultiUser Server.
-
extractFromBytes(byte[], int)
-
Reserved for internal use of the Nebulae MultiUser Server.
-
getBytes()
-
Reserved for internal use of the Nebulae MultiUser Server.
m_floats
public float m_floats[]
- Array of 16 floats representing the Lingo Transform
L3dTransform
public L3dTransform()
- Constructor
L3dTransform
public L3dTransform(float a,
float b,
float c,
float d,
float e,
float f,
float g,
float h,
float i,
float j,
float k,
float l,
float m,
float n,
float o,
float p)
- Constructor. 16 float values represent the Lingo Transform
extractFromBytes
public int extractFromBytes(byte rawBytes[],
int offset)
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- extractFromBytes in class net.tabuleiro.nebulae.LValue
dump
public void dump()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- dump in class net.tabuleiro.nebulae.LValue
getBytes
public byte[] getBytes()
- Reserved for internal use of the Nebulae MultiUser Server.
- Overrides:
- getBytes in class net.tabuleiro.nebulae.LValue
All Packages Class Hierarchy This Package Previous Next Index