All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class raul.Point3D

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

public class Point3D
extends java.lang.Object

Variable Index

 o x
 o y
 o z

Constructor Index

 o Point3D(float, float, float)

Variables

 o x
 public float x
 o y
 public float y
 o z
 public float z

Constructors

 o Point3D
 public Point3D(float _x,
                float _y,
                float _z)

All Packages  Class Hierarchy  This Package  Previous  Next  Index