public class Point6d extends Object
| Constructor and Description |
|---|
Point6d(double[] f) |
Point6d(double f1,
double f2,
double f3,
double f4,
double f5,
double f6) |
Point6d(Point6d f) |
| Modifier and Type | Method and Description |
|---|---|
double |
getFifth() |
double |
getFirst() |
double |
getFourth() |
cz.cuni.amis.pogamut.base3d.worldview.object.Location |
getLocation() |
cz.cuni.amis.pogamut.base3d.worldview.object.Rotation |
getRotation() |
double |
getSecond() |
double |
getSixth() |
double |
getThird() |
void |
set(double[] f) |
void |
set(double f1,
double f2,
double f3,
double f4,
double f5,
double f6) |
double[] |
toArray() |
String |
toString() |
public Point6d(double f1,
double f2,
double f3,
double f4,
double f5,
double f6)
public Point6d(double[] f)
f - Array size of 6RuntimeException - Too little arraypublic Point6d(Point6d f)
public double getFirst()
public double getSecond()
public double getThird()
public double getFourth()
public double getFifth()
public double getSixth()
public cz.cuni.amis.pogamut.base3d.worldview.object.Location getLocation()
public cz.cuni.amis.pogamut.base3d.worldview.object.Rotation getRotation()
public final void set(double f1,
double f2,
double f3,
double f4,
double f5,
double f6)
public final void set(double[] f)
f - Array size of 6RuntimeException - Too little arraypublic final double[] toArray()
Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.