pub type Point = PointF;Aliased Type§
struct Point {
pub x: f32,
pub y: f32,
}Fields§
§x: f32§y: f32Trait Implementations§
source§impl From<&AlignmentPattern> for Point
impl From<&AlignmentPattern> for Point
source§fn from(value: &AlignmentPattern) -> Self
fn from(value: &AlignmentPattern) -> Self
Converts to this type from the input type.
source§impl From<&FinderPattern> for Point
impl From<&FinderPattern> for Point
source§fn from(value: &FinderPattern) -> Self
fn from(value: &FinderPattern) -> Self
Converts to this type from the input type.
source§impl From<AlignmentPattern> for Point
impl From<AlignmentPattern> for Point
source§fn from(value: AlignmentPattern) -> Self
fn from(value: AlignmentPattern) -> Self
Converts to this type from the input type.
source§impl From<FinderPattern> for Point
impl From<FinderPattern> for Point
source§fn from(value: FinderPattern) -> Self
fn from(value: FinderPattern) -> Self
Converts to this type from the input type.