pub struct vtkParametricMobius(/* private fields */);Expand description
Generate a Mobius strip.
vtkParametricMobius generates a Mobius strip.
For further information about this surface, please consult the technical description “Parametric surfaces” in http://www.vtk.org/publications in the “VTK Technical Documents” section in the VTk.org web pages.
@par Thanks: Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the class.
Implementations§
Source§impl vtkParametricMobius
impl vtkParametricMobius
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricMobius wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricMobius
impl Default for vtkParametricMobius
Auto Trait Implementations§
impl Freeze for vtkParametricMobius
impl RefUnwindSafe for vtkParametricMobius
impl !Send for vtkParametricMobius
impl !Sync for vtkParametricMobius
impl Unpin for vtkParametricMobius
impl UnwindSafe for vtkParametricMobius
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