pub struct vtkPlane(/* private fields */);Expand description
perform various plane computations
vtkPlane provides methods for various plane computations. These include projecting points onto a plane, evaluating the plane equation, and returning plane normal. vtkPlane is a concrete implementation of the abstract class vtkImplicitFunction.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for vtkPlane
impl RefUnwindSafe for vtkPlane
impl !Send for vtkPlane
impl !Sync for vtkPlane
impl Unpin for vtkPlane
impl UnwindSafe for vtkPlane
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