colladaLoader
Class Point3D

java.lang.Object
  extended by colladaLoader.Point3D

public class Point3D
extends java.lang.Object

Lucerne University of Applied Sciences and Arts http://www.hslu.ch

This source is free; you can redistribute it and/or modify it under the terms of the GNU General Public License and by nameing of the originally author

Version:
1.0
Author:
Markus Zimmermann http://www.die-seite.ch

Field Summary
 float x
           
 float y
           
 float z
           
 
Constructor Summary
Point3D(float xx, float yy, float zz)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public float x

y

public float y

z

public float z
Constructor Detail

Point3D

public Point3D(float xx,
               float yy,
               float zz)