Package georegression.struct.point
Class Point4D_F64
- All Implemented Interfaces:
Serializable
Point in 4D or a 3D point in homogenous coordinates.
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple4D_F64
w, x, y, z
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionCreates a new tuple instance of the same type.plus
(Point4D_F64 a) plus
(Vector4D_F64 a) setTo
(Point4D_F64 src) Sets this equal to 'src'toString()
Methods inherited from class georegression.struct.GeoTuple4D_F64
_setTo, distance, distance, distance2, distance2, divideIP, equals, getDimension, getIdx, hashCode, isIdentical, isIdentical, isIdentical, isNaN, maxAbs, norm, normalize, normSq, plusIP, print, scale, setIdx, setTo, setTo, times, timesIP, toString, zero
Methods inherited from class georegression.struct.GeoTuple_F64
copy, isInfinite
-
Constructor Details
-
Point4D_F64
-
Point4D_F64
public Point4D_F64(double x, double y, double z, double w) -
Point4D_F64
public Point4D_F64()
-
-
Method Details
-
setTo
Description copied from class:GeoTuple
Sets this equal to 'src'- Overrides:
setTo
in classGeoTuple4D_F64<Point4D_F64>
- Parameters:
src
- The tuple being copied- Returns:
- Reference to 'this' class instance. Used to chain operations.
-
plus
-
plus
-
toString
-
createNewInstance
Description copied from class:GeoTuple
Creates a new tuple instance of the same type.
- Specified by:
createNewInstance
in classGeoTuple<Point4D_F64>
- Returns:
- new tuple instance.
-