Class SphereToPointSignedDistance_F64

java.lang.Object
georegression.fitting.sphere.SphereToPointSignedDistance_F64
All Implemented Interfaces:
FunctionInOut, FunctionNtoM

public class SphereToPointSignedDistance_F64 extends Object implements FunctionNtoM
Computes the signed Euclidean distance between a sphere and a set of points, see Distance3D_F64.distanceSigned(georegression.struct.shapes.Sphere3D_F64, georegression.struct.point.Point3D_F64). See CodecSphere3D_F64 for how the model is parametrized. For use in least-squares non-linear minimization.
  • Constructor Details

    • SphereToPointSignedDistance_F64

      public SphereToPointSignedDistance_F64()
  • Method Details