pub struct vtkMath(/* private fields */);Expand description
performs common math operations
vtkMath provides methods to perform common math operations. These include providing constants such as Pi; conversion from degrees to radians; vector operations such as dot and cross products and vector norm; matrix determinant for 2x2 and 3x3 matrices; univariate polynomial solvers; and for random number generation (for backward compatibility only). @sa vtkMinimalStandardRandomSequence, vtkBoxMuellerRandomSequence, vtkQuaternion
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkMath
impl RefUnwindSafe for vtkMath
impl !Send for vtkMath
impl !Sync for vtkMath
impl Unpin for vtkMath
impl UnwindSafe for vtkMath
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