Package georegression.struct.point
Class Point3D_F32
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlaneTangent3D_F32
@Generated("georegression.struct.point.Point3D_F64")
public class Point3D_F32
extends GeoTuple3D_F32<Point3D_F32>
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple3D_F32
x, y, z -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()Generic copy routine.Creates a new tuple instance of the same type.setTo(Point3D_F32 src) Sets this equal to 'src'toString()toVector()Converts the point into a vector.Methods inherited from class georegression.struct.GeoTuple3D_F32
_setTo, distance, distance, distance2, distance2, divideIP, equals, getDimension, getIdx, hashCode, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plus, plusIP, plusIP, print, scale, setIdx, setTo, setTo, times, timesIP, toString, zeroMethods inherited from class georegression.struct.GeoTuple_F32
isInfinite
-
Constructor Details
-
Point3D_F32
-
Point3D_F32
public Point3D_F32(float x, float y, float z) -
Point3D_F32
public Point3D_F32()
-
-
Method Details
-
toVector
Converts the point into a vector.- Returns:
- Vector with the same (x,y,z) values.
-
setTo
Description copied from class:GeoTupleSets this equal to 'src'- Overrides:
setToin classGeoTuple3D_F32<Point3D_F32>- Parameters:
src- The tuple being copied- Returns:
- Reference to 'this' class instance. Used to chain operations.
-
copy
Description copied from class:GeoTuple_F32Generic copy routine. It is recommended that this be overridden with a faster implementation.- Overrides:
copyin classGeoTuple_F32<Point3D_F32>- Returns:
- An exact copy of this GeoTuple.
-
toString
-
createNewInstance
Description copied from class:GeoTupleCreates a new tuple instance of the same type.
- Specified by:
createNewInstancein classGeoTuple<Point3D_F32>- Returns:
- new tuple instance.
-