pub struct vtkParametricTorus(/* private fields */);Expand description
Generate a torus.
vtkParametricTorus generates a torus.
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 vtkParametricTorus
impl vtkParametricTorus
Sourcepub fn new() -> Self
pub fn new() -> Self
Creates a new vtkParametricTorus wrapped inside vtkNew
Trait Implementations§
Source§impl Default for vtkParametricTorus
impl Default for vtkParametricTorus
Auto Trait Implementations§
impl Freeze for vtkParametricTorus
impl RefUnwindSafe for vtkParametricTorus
impl !Send for vtkParametricTorus
impl !Sync for vtkParametricTorus
impl Unpin for vtkParametricTorus
impl UnwindSafe for vtkParametricTorus
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