georegression.struct.plane
Class PlaneTangent3D_F32
- java.lang.Object
-
- georegression.struct.GeoTuple<T>
-
- georegression.struct.GeoTuple_F32<T>
-
- georegression.struct.GeoTuple3D_F32<Point3D_F32>
-
- georegression.struct.point.Point3D_F32
-
- georegression.struct.plane.PlaneTangent3D_F32
-
- All Implemented Interfaces:
- java.io.Serializable
public class PlaneTangent3D_F32 extends Point3D_F32 implements java.io.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:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class georegression.struct.GeoTuple3D_F32
x, y, z
-
-
Constructor Summary
Constructors Constructor and Description PlaneTangent3D_F32()PlaneTangent3D_F32(float x, float y, float z)
-
Method Summary
-
Methods inherited from class georegression.struct.point.Point3D_F32
copy, createNewInstance, set, toString, toVector
-
Methods inherited from class georegression.struct.GeoTuple3D_F32
distance, distance2, getDimension, getIndex, getX, getY, getZ, isIdentical, isIdentical, isIdentical, isNaN, norm, normSq, plus, plusIP, print, scale, set, setIndex, setX, setY, setZ, times, timesIP
-
-
DataMelt 3.0 © DataMelt by jWork.ORG