pub struct ST {
pub s: f64,
pub t: f64,
}
Expand description
Convert a direction vector (not necessarily unit length) to an (s,t) point.
Fields§
§s: f64
the s coordinate
t: f64
the t coordinate
Auto Trait Implementations§
impl Freeze for ST
impl RefUnwindSafe for ST
impl Send for ST
impl Sync for ST
impl Unpin for ST
impl UnwindSafe for ST
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