All Packages Class Hierarchy This Package Previous Next Index
Class net.tabuleiro.nebulae.L3dVector
net.tabuleiro.nebulae.LValue
|
+----net.tabuleiro.nebulae.L3dVector
- public class L3dVector
- extends net.tabuleiro.nebulae.LValue
Class representing a Lingo compatible Vector value (L3dVector for short).
Lingo is a trademark of Macromedia, Inc. All rights reserved.
-
m_floats
-
Array of 3 floats representing the Lingo Vector
-
L3dVector()
- Constructor
-
L3dVector(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 3 floats representing the Lingo Vector
L3dVector
public L3dVector()
- Constructor
L3dVector
public L3dVector(float x,
float y,
float z)
- Constructor. 3 float values represent the Lingo Vector (x,y,z)
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