georegression.struct.point
Class Point4D_F32
- java.lang.Object
-
- georegression.struct.GeoTuple<T>
-
- georegression.struct.GeoTuple_F32<T>
-
- georegression.struct.GeoTuple4D_F32
-
- georegression.struct.point.Point4D_F32
-
- All Implemented Interfaces:
- java.io.Serializable
public class Point4D_F32 extends GeoTuple4D_F32
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class georegression.struct.GeoTuple4D_F32
w, x, y, z
-
-
Constructor Summary
Constructors Constructor and Description Point4D_F32()Point4D_F32(float x, float y, float z, float w)Point4D_F32(Point4D_F32 pt)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description Point4D_F32copy()Generic copy routine.Point4D_F32createNewInstance()Creates a new tuple instance of the same type.Point4D_F32plus(Point4D_F32 a)Point4D_F32plus(Vector4D_F32 a)voidset(Point4D_F32 worldLoc)java.lang.StringtoString()-
Methods inherited from class georegression.struct.GeoTuple4D_F32
distance, distance2, getDimension, getIndex, getW, getX, getY, getZ, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, print, set, setIndex, setW, setX, setY, setZ
-
-
-
-
Constructor Detail
-
Point4D_F32
public Point4D_F32(Point4D_F32 pt)
-
Point4D_F32
public Point4D_F32(float x, float y, float z, float w)
-
Point4D_F32
public Point4D_F32()
-
-
Method Detail
-
plus
public Point4D_F32 plus(Vector4D_F32 a)
-
plus
public Point4D_F32 plus(Point4D_F32 a)
-
copy
public Point4D_F32 copy()
Description copied from class:GeoTuple_F32Generic copy routine. It is recommended that this be overridden with a faster implementation.- Overrides:
copyin classGeoTuple_F32- Returns:
- An exact copy of this GeoTuple.
-
set
public void set(Point4D_F32 worldLoc)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
createNewInstance
public Point4D_F32 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