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.


Variable Index

 o m_floats
Array of 16 floats representing the Lingo Transform

Constructor Index

 o L3dTransform()
Constructor
 o L3dTransform(float, float, float, float, float, float, float, float, float, float, float, float, float, 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 16 floats representing the Lingo Transform

Constructors

 o L3dTransform
 public L3dTransform()
Constructor

 o 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

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