pub struct vtkParametricBoy(/* private fields */);Expand description
Generate Boy’s surface.
vtkParametricBoy generates Boy’s surface. This is a Model of the projective plane without singularities. It was found by Werner Boy on assignment from David Hilbert.
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 vtkParametricBoy
impl vtkParametricBoy
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricBoy wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricBoy
impl Default for vtkParametricBoy
Auto Trait Implementations§
impl Freeze for vtkParametricBoy
impl RefUnwindSafe for vtkParametricBoy
impl !Send for vtkParametricBoy
impl !Sync for vtkParametricBoy
impl Unpin for vtkParametricBoy
impl UnwindSafe for vtkParametricBoy
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