pub struct vtkParametricKuen(/* private fields */);Expand description
Generate Kuens’ surface.
vtkParametricKuen generates Kuens’ surface. This surface has a constant negative gaussian curvature. For more information about this surface, see Dr. O’Niell’s page at the UCLA Mathematics Department. @par Thanks: Tim Meehan
Implementations§
Source§impl vtkParametricKuen
impl vtkParametricKuen
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricKuen wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricKuen
impl Default for vtkParametricKuen
Auto Trait Implementations§
impl Freeze for vtkParametricKuen
impl RefUnwindSafe for vtkParametricKuen
impl !Send for vtkParametricKuen
impl !Sync for vtkParametricKuen
impl Unpin for vtkParametricKuen
impl UnwindSafe for vtkParametricKuen
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