georegression.struct.point
Class Point4D_F64
- java.lang.Object
-
- georegression.struct.GeoTuple<T>
-
- georegression.struct.GeoTuple_F64<T>
-
- georegression.struct.GeoTuple4D_F64
-
- georegression.struct.point.Point4D_F64
-
- All Implemented Interfaces:
- java.io.Serializable
public class Point4D_F64 extends GeoTuple4D_F64
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class georegression.struct.GeoTuple4D_F64
w, x, y, z
-
-
Constructor Summary
Constructors Constructor and Description Point4D_F64()Point4D_F64(double x, double y, double z, double w)Point4D_F64(Point4D_F64 pt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point4D_F64copy()Generic copy routine.Point4D_F64createNewInstance()Creates a new tuple instance of the same type.Point4D_F64plus(Point4D_F64 a)Point4D_F64plus(Vector4D_F64 a)voidset(Point4D_F64 worldLoc)java.lang.StringtoString()-
Methods inherited from class georegression.struct.GeoTuple4D_F64
distance, distance2, getDimension, getIndex, getW, getX, getY, getZ, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, print, set, setIndex, setW, setX, setY, setZ
-
-
-
-
Constructor Detail
-
Point4D_F64
public Point4D_F64(Point4D_F64 pt)
-
Point4D_F64
public Point4D_F64(double x, double y, double z, double w)
-
Point4D_F64
public Point4D_F64()
-
-
Method Detail
-
plus
public Point4D_F64 plus(Vector4D_F64 a)
-
plus
public Point4D_F64 plus(Point4D_F64 a)
-
copy
public Point4D_F64 copy()
Description copied from class:GeoTuple_F64Generic copy routine. It is recommended that this be overridden with a faster implementation.- Overrides:
copyin classGeoTuple_F64- Returns:
- An exact copy of this GeoTuple.
-
set
public void set(Point4D_F64 worldLoc)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createNewInstance
public Point4D_F64 createNewInstance()
Description copied from class:GeoTupleCreates a new tuple instance of the same type.
- Specified by:
createNewInstancein classGeoTuple- Returns:
- new tuple instance.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG