Struct font_rs::geom::Point [−][src]
Fields
x: f32
y: f32
Methods
impl Point[src]
impl Pointpub fn new<T>(x: T, y: T) -> Point where
T: Into<f32>, [src]
pub fn new<T>(x: T, y: T) -> Point where
T: Into<f32>, pub fn lerp(t: f32, p0: &Self, p1: &Self) -> Self[src]
pub fn lerp(t: f32, p0: &Self, p1: &Self) -> SelfTrait Implementations
impl Copy for Point[src]
impl Copy for Pointimpl Clone for Point[src]
impl Clone for Pointfn clone(&self) -> Point[src]
fn clone(&self) -> PointReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Point[src]
impl Debug for Point