pub struct TriangleShape {
pub vertices: [Vec3; 3],
}Fields§
§vertices: [Vec3; 3]Implementations§
Source§impl TriangleShape
impl TriangleShape
Trait Implementations§
Source§impl CircumRadius for TriangleShape
impl CircumRadius for TriangleShape
fn circumradius(&self) -> f32
Source§impl Clone for TriangleShape
impl Clone for TriangleShape
Source§fn clone(&self) -> TriangleShape
fn clone(&self) -> TriangleShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TriangleShape
impl Debug for TriangleShape
Source§impl Default for TriangleShape
impl Default for TriangleShape
Source§impl Visit for TriangleShape
impl Visit for TriangleShape
Auto Trait Implementations§
impl Freeze for TriangleShape
impl RefUnwindSafe for TriangleShape
impl Send for TriangleShape
impl Sync for TriangleShape
impl Unpin for TriangleShape
impl UnsafeUnpin for TriangleShape
impl UnwindSafe for TriangleShape
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