pub struct vtkParametricPluckerConoid(/* private fields */);Expand description
Generate Plucker’s conoid surface.
vtkParametricPluckerConoid generates Plucker’s conoid surface parametrically. Plucker’s conoid is a ruled surface, named after Julius Plucker. It is possible to set the number of folds in this class via the parameter ‘N’.
For more information, see the Wikipedia page on Plucker’s Conoid. @warning I haven’t done any special checking on the number of folds parameter, N. @par Thanks: Tim Meehan
Implementations§
Source§impl vtkParametricPluckerConoid
impl vtkParametricPluckerConoid
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricPluckerConoid wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricPluckerConoid
impl Default for vtkParametricPluckerConoid
Auto Trait Implementations§
impl Freeze for vtkParametricPluckerConoid
impl RefUnwindSafe for vtkParametricPluckerConoid
impl !Send for vtkParametricPluckerConoid
impl !Sync for vtkParametricPluckerConoid
impl Unpin for vtkParametricPluckerConoid
impl UnwindSafe for vtkParametricPluckerConoid
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