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.


Variable Index

 o m_floats
Array of 3 floats representing the Lingo Vector

Constructor Index

 o L3dVector()
Constructor
 o L3dVector(float, float, float)
Constructor.

Method Index

 o dump()
Reserved for internal use of the Nebulae MultiUser Server.
 o extractFromBytes(byte[], int)
Reserved for internal use of the Nebulae MultiUser Server.
 o getBytes()
Reserved for internal use of the Nebulae MultiUser Server.

Variables

 o m_floats
 public float m_floats[]
Array of 3 floats representing the Lingo Vector

Constructors

 o L3dVector
 public L3dVector()
Constructor

 o L3dVector
 public L3dVector(float x,
                  float y,
                  float z)
Constructor. 3 float values represent the Lingo Vector (x,y,z)

Methods

 o 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
 o dump
 public void dump()
Reserved for internal use of the Nebulae MultiUser Server.

Overrides:
dump in class net.tabuleiro.nebulae.LValue
 o 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