Class CylinderToPointSignedDistance_F64

java.lang.Object
georegression.fitting.cylinder.CylinderToPointSignedDistance_F64
All Implemented Interfaces:
FunctionInOut, FunctionNtoM

public class CylinderToPointSignedDistance_F64 extends Object implements FunctionNtoM
Computes the signed Euclidean distance between a cylinder and a set of points, see Distance3D_F64.distanceSigned(georegression.struct.shapes.Cylinder3D_F64, georegression.struct.point.Point3D_F64). See CodecCylinder3D_F64 for how the model is parametrized.
  • Constructor Details

    • CylinderToPointSignedDistance_F64

      public CylinderToPointSignedDistance_F64()
  • Method Details