cz.cuni.amis.pogamut.unreal.t3dgenerator.datatypes
Class Point3D
java.lang.Object
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)
|
Point3D
public Point3D(float x,
float y,
float z)
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.