pub struct JPR { /* private fields */ }Expand description
Convert to a structure representing plane rectangular coordinates
平面直角座標を表す構造体に変換する
Implementations§
Source§impl JPR
impl JPR
Sourcepub fn new(x: f64, y: f64, origin: JprOrigin) -> Self
pub fn new(x: f64, y: f64, origin: JprOrigin) -> Self
Create a new JPR coordinate
JPR座標を新しく作成する
Sourcepub fn to_ll(&self) -> LL
pub fn to_ll(&self) -> LL
Convert to a structure representing latitude and longitude
緯度経度を表す構造体に変換する
Trait Implementations§
Source§impl PartialOrd for JPR
impl PartialOrd for JPR
impl Copy for JPR
impl StructuralPartialEq for JPR
Auto Trait Implementations§
impl Freeze for JPR
impl RefUnwindSafe for JPR
impl Send for JPR
impl Sync for JPR
impl Unpin for JPR
impl UnwindSafe for JPR
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more