All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.Object3D

java.lang.Object
   |
   +----raul.Object3D

public class Object3D
extends java.lang.Object

Variable Index

 o Cen
 o Height
 o Length
 o name
 o Pos
 o Radius
 o Rot
 o Sca
 o Texture
 o textureIndex
 o Type
 o Width

Constructor Index

 o Object3D(String, int)

Variables

 o name
 public java.lang.String name
 o Type
 public int Type
 o Texture
 public java.lang.String Texture
 o Pos
 public raul.Point3D Pos
 o Rot
 public raul.Point3D Rot
 o Sca
 public raul.Point3D Sca
 o Cen
 public raul.Point3D Cen
 o Radius
 public float Radius
 o Height
 public float Height
 o Width
 public float Width
 o Length
 public float Length
 o textureIndex
 public int textureIndex

Constructors

 o Object3D
 public Object3D(java.lang.String _name,
                 int _Type)

All Packages  Class Hierarchy  This Package  Previous  Next  Index