pub struct vtkParametricDini(/* private fields */);Expand description
Generate Dini’s surface.
vtkParametricDini generates Dini’s surface. Dini’s surface is a surface that possesses constant negative Gaussian curvature
For further information about this surface, please consult https://en.wikipedia.org/wiki/Dini%27s_surface
@par Thanks: Andrew Maclean andrew.amaclean@gmail.com for creating and contributing the class.
Implementations§
Source§impl vtkParametricDini
impl vtkParametricDini
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricDini wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricDini
impl Default for vtkParametricDini
Auto Trait Implementations§
impl Freeze for vtkParametricDini
impl RefUnwindSafe for vtkParametricDini
impl !Send for vtkParametricDini
impl !Sync for vtkParametricDini
impl Unpin for vtkParametricDini
impl UnwindSafe for vtkParametricDini
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