Class PointNormalDistanceFromCylinder_F64

java.lang.Object
georegression.fitting.cylinder.PointNormalDistanceFromCylinder_F64
All Implemented Interfaces:
DistanceFromModel<Cylinder3D_F64,PlaneNormal3D_F64>

public class PointNormalDistanceFromCylinder_F64 extends Object implements DistanceFromModel<Cylinder3D_F64,PlaneNormal3D_F64>
Implementation of DistanceFromModel for Cylinder3D_F64 and PlaneNormal3D_F64. It returns the distance the point is from the cylinder's surface. The normal vector is ignored.