colladaLoader
Class Point2D

java.lang.Object
  extended by colladaLoader.Point2D

public class Point2D
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
           
 
Constructor Summary
Point2D(float xx, float yy)
           
 
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
Constructor Detail

Point2D

public Point2D(float xx,
               float yy)