pub struct vtkParametricCrossCap(/* private fields */);Expand description
Generate a cross-cap.
vtkParametricCrossCap generates a cross-cap which is a non-orientable self-intersecting single-sided surface. This is one possible image of a projective plane in three-space.
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 vtkParametricCrossCap
impl vtkParametricCrossCap
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricCrossCap wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricCrossCap
impl Default for vtkParametricCrossCap
Auto Trait Implementations§
impl Freeze for vtkParametricCrossCap
impl RefUnwindSafe for vtkParametricCrossCap
impl !Send for vtkParametricCrossCap
impl !Sync for vtkParametricCrossCap
impl Unpin for vtkParametricCrossCap
impl UnwindSafe for vtkParametricCrossCap
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