* EventLocalPlaneSacProblem */
| 478 | * EventLocalPlaneSacProblem |
| 479 | */ |
| 480 | int EventLocalPlaneSacProblem::getSampleSize() const { return 3; } |
| 481 | |
| 482 | double EventLocalPlaneSacProblem::PointToPlaneDistance( |
| 483 | double x, double y, double t, double A, double B, double C) { |
nothing calls this directly
no outgoing calls
no test coverage detected