Class PointNormalDistanceFromCylinder_F32

java.lang.Object
georegression.fitting.cylinder.PointNormalDistanceFromCylinder_F32
All Implemented Interfaces:
DistanceFromModel<Cylinder3D_F32,PlaneNormal3D_F32>

@Generated("georegression.fitting.cylinder.PointNormalDistanceFromCylinder_F64") public class PointNormalDistanceFromCylinder_F32 extends Object implements DistanceFromModel<Cylinder3D_F32,PlaneNormal3D_F32>
Implementation of DistanceFromModel for Cylinder3D_F32 and PlaneNormal3D_F32. It returns the distance the point is from the cylinder's surface. The normal vector is ignored.