mirror of
https://github.com/starovoid/rxing.git
synced 2026-07-26 12:22:34 +00:00
remove MathUtils::distance()
This commit is contained in:
@@ -21,5 +21,5 @@ use crate::Point;
|
||||
pub trait ResultPoint {
|
||||
fn getX(&self) -> f32;
|
||||
fn getY(&self) -> f32;
|
||||
fn into_rxing_result_point(self) -> Point;
|
||||
fn to_rxing_result_point(&self) -> Point;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user