pub struct vtkTetra(/* private fields */);Expand description
a 3D cell that represents a tetrahedron
vtkTetra is a concrete implementation of vtkCell to represent a 3D tetrahedron. vtkTetra uses the standard isoparametric shape functions for a linear tetrahedron. The tetrahedron is defined by the four points (0-3); where (0,1,2) is the base of the tetrahedron which, using the right hand rule, forms a triangle whose normal points in the direction of the fourth point.
@sa vtkConvexPointSet vtkHexahedron vtkPyramid vtkVoxel vtkWedge
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkTetra
impl RefUnwindSafe for vtkTetra
impl !Send for vtkTetra
impl !Sync for vtkTetra
impl Unpin for vtkTetra
impl UnwindSafe for vtkTetra
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