Struct ncollide3d::shape::TriMeshEdge [−][src]
pub struct TriMeshEdge {
pub indices: Point2<usize>,
pub adj_faces: (FaceAdjacentToEdge, FaceAdjacentToEdge),
}An edge of a triangle mesh.
Fields
indices: Point2<usize>The indices of this edge.
adj_faces: (FaceAdjacentToEdge, FaceAdjacentToEdge)The faces adjascent to this edge.
Trait Implementations
impl Clone for TriMeshEdge[src]
impl Clone for TriMeshEdge[src]fn clone(&self) -> TriMeshEdge[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for TriMeshEdge
impl Send for TriMeshEdge
impl Sync for TriMeshEdge
impl Unpin for TriMeshEdge
impl UnwindSafe for TriMeshEdge
Blanket Implementations
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]
impl<T> DowncastSync for T where
T: Any + Send + Sync, [src]impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>, [src]