Package georegression.struct.point
Class Point2D_F64
- All Implemented Interfaces:
Serializable
A point in 2D
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple2D_F64
x, y
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Generic copy routine.Creates a new tuple instance of the same type.setTo
(Point2D_F64 src) Sets this equal to 'src'toString()
Methods inherited from class georegression.struct.GeoTuple2D_F64
_setTo, distance, distance, distance2, distance2, equals, getDimension, getIdx, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, setIdx, setTo, times, timesIP, toString, zero
Methods inherited from class georegression.struct.GeoTuple_F64
isInfinite
-
Constructor Details
-
Point2D_F64
-
Point2D_F64
public Point2D_F64(double x, double y) -
Point2D_F64
public Point2D_F64() -
Point2D_F64
-
-
Method Details
-
setTo
Description copied from class:GeoTuple
Sets this equal to 'src'- Overrides:
setTo
in classGeoTuple2D_F64<Point2D_F64>
- Parameters:
src
- The tuple being copied- Returns:
- Reference to 'this' class instance. Used to chain operations.
-
createNewInstance
Description copied from class:GeoTuple
Creates a new tuple instance of the same type.
- Specified by:
createNewInstance
in classGeoTuple<Point2D_F64>
- Returns:
- new tuple instance.
-
copy
Description copied from class:GeoTuple_F64
Generic copy routine. It is recommended that this be overridden with a faster implementation.- Overrides:
copy
in classGeoTuple_F64<Point2D_F64>
- Returns:
- An exact copy of this GeoTuple.
-
toString
-