All Packages Class Hierarchy This Package Previous Next Index
Class raul.Object3D
java.lang.Object
|
+----raul.Object3D
- public class Object3D
- extends java.lang.Object
-
Cen
-
-
Height
-
-
Length
-
-
name
-
-
Pos
-
-
Radius
-
-
Rot
-
-
Sca
-
-
Texture
-
-
textureIndex
-
-
Type
-
-
Width
-
-
Object3D(String, int)
-
name
public java.lang.String name
Type
public int Type
Texture
public java.lang.String Texture
Pos
public raul.Point3D Pos
Rot
public raul.Point3D Rot
Sca
public raul.Point3D Sca
Cen
public raul.Point3D Cen
Radius
public float Radius
Height
public float Height
Width
public float Width
Length
public float Length
textureIndex
public int textureIndex
Object3D
public Object3D(java.lang.String _name,
int _Type)
All Packages Class Hierarchy This Package Previous Next Index