[][src]Struct rust_3d::Mesh3D

pub struct Mesh3D<P> where
    P: Is3D
{ /* fields omitted */ }

Mesh3D, a mesh with tri-faces within 3D space

Methods

impl<P> Mesh3D<P> where
    P: Is3D
[src]

pub fn reserve_vertices(&mut self, n: usize)[src]

Reserves number of vertices

pub fn reserve_faces(&mut self, n: usize)[src]

Reserves number of faces

Trait Implementations

impl<P> HasBoundingBox3DMaybe for Mesh3D<P> where
    P: Is3D
[src]

impl<P> HasCenterOfGravity3D for Mesh3D<P> where
    P: Is3D
[src]

impl<P> IsFaceEditableMesh<P, Face3> for Mesh3D<P> where
    P: IsEditable3D + IsBuildable3D + Clone
[src]

impl<P> IsVertexEditableMesh<P, Face3> for Mesh3D<P> where
    P: IsEditable3D + IsBuildable3D + Clone
[src]

impl<P> IsMatrix4Transformable for Mesh3D<P> where
    P: Is3D + IsMatrix4Transformable + Clone
[src]

impl<P> IsMesh<P, Face3> for Mesh3D<P> where
    P: Is3D + Clone
[src]

impl<P> IsMovable3D for Mesh3D<P> where
    P: Is3D + IsMovable3D
[src]

impl<P> IsScalable for Mesh3D<P> where
    P: IsEditable3D
[src]

impl<P: Clone> Clone for Mesh3D<P> where
    P: Is3D
[src]

impl<P: Default> Default for Mesh3D<P> where
    P: Is3D
[src]

impl<P: Eq> Eq for Mesh3D<P> where
    P: Is3D
[src]

impl<P: Ord> Ord for Mesh3D<P> where
    P: Is3D
[src]

impl<P: PartialEq> PartialEq<Mesh3D<P>> for Mesh3D<P> where
    P: Is3D
[src]

impl<P: PartialOrd> PartialOrd<Mesh3D<P>> for Mesh3D<P> where
    P: Is3D
[src]

impl<P: Debug> Debug for Mesh3D<P> where
    P: Is3D
[src]

impl<P: Hash> Hash for Mesh3D<P> where
    P: Is3D
[src]

impl<P> StructuralPartialEq for Mesh3D<P> where
    P: Is3D
[src]

impl<P> StructuralEq for Mesh3D<P> where
    P: Is3D
[src]

Auto Trait Implementations

impl<P> Send for Mesh3D<P> where
    P: Send

impl<P> Sync for Mesh3D<P> where
    P: Sync

impl<P> Unpin for Mesh3D<P> where
    P: Unpin

impl<P> UnwindSafe for Mesh3D<P> where
    P: UnwindSafe

impl<P> RefUnwindSafe for Mesh3D<P> where
    P: RefUnwindSafe

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = !

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]