cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class Point3D

Package class diagram package Point3D
java.lang.Object
  extended by cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes.Point3D

public class Point3D
extends Object

A location in 3D space of unreal.

Author:
Martin Cerny

Constructor Summary
Point3D(float x, float y, float z)
           
 
Method Summary
 Point3D add(Point3D p)
           
 boolean equals(Object obj)
           
 float getX()
           
 float getY()
           
 float getZ()
           
 int hashCode()
           
 Point3D multiply(float a)
           
 Point3D negateX()
           
 Point3D negateXandY()
           
 Point3D negateY()
           
 Point3D switchXandY()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Point3D

public Point3D(float x,
               float y,
               float z)
Method Detail

getX

public float getX()

getY

public float getY()

getZ

public float getZ()

multiply

public Point3D multiply(float a)

add

public Point3D add(Point3D p)

negateX

public Point3D negateX()

negateY

public Point3D negateY()

negateXandY

public Point3D negateXandY()

switchXandY

public Point3D switchXandY()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.