Package georegression.struct.plane
Class PlaneTangent3D_F64
java.lang.Object
georegression.struct.GeoTuple<T>
georegression.struct.GeoTuple_F64<T>
georegression.struct.GeoTuple3D_F64<Point3D_F64>
georegression.struct.point.Point3D_F64
georegression.struct.plane.PlaneTangent3D_F64
- All Implemented Interfaces:
Serializable
Specifies a plane using the closest point on the plane to the origin. This can also be viewed as specifying
vector which is tangent to the plane with a magnitude equal to the distance of the closest point. This formulation
cannot describe a plane which intersects with the origin.
- See Also:
-
Field Summary
Fields inherited from class georegression.struct.GeoTuple3D_F64
x, y, z
-
Constructor Summary
-
Method Summary
Methods inherited from class georegression.struct.point.Point3D_F64
copy, createNewInstance, setTo, toVector
Methods inherited from class georegression.struct.GeoTuple3D_F64
_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, zero
Methods inherited from class georegression.struct.GeoTuple_F64
isInfinite
-
Constructor Details
-
PlaneTangent3D_F64
public PlaneTangent3D_F64(double x, double y, double z) -
PlaneTangent3D_F64
public PlaneTangent3D_F64()
-
-
Method Details
-
setTo
-
toString
- Overrides:
toString
in classPoint3D_F64
-