[][src]Struct fbxcel_dom::v7400::data::mesh::PolygonVertex

pub struct PolygonVertex(_);

Polygon vertex.

PolygonVertex = control point index + polygon end marker.

Methods

impl PolygonVertex[src]

pub fn is_end(self) -> bool[src]

Returns whether the polygon vertex index is the end of a polygon.

pub fn to_u32(self) -> u32[src]

Returns the polygon vertex, i.e. index of control point, in u32.

pub fn get_u32(self) -> u32[src]

Deprecated since 0.0.3:

Renamed to to_u32

Returns the polygon vertex, i.e. index of control point, in u32.

Trait Implementations

impl From<PolygonVertex> for ControlPointIndex[src]

impl<'_> From<&'_ PolygonVertex> for ControlPointIndex[src]

impl From<PolygonVertex> for IntoCpiWithPolyVerts[src]

impl<'_> From<&'_ PolygonVertex> for IntoCpiWithPolyVerts[src]

impl From<PolygonVertex> for IntoPvWithTriVerts[src]

impl<'_> From<&'_ PolygonVertex> for IntoPvWithTriVerts[src]

impl Clone for PolygonVertex[src]

impl Copy for PolygonVertex[src]

impl Eq for PolygonVertex[src]

impl Ord for PolygonVertex[src]

impl PartialEq<PolygonVertex> for PolygonVertex[src]

impl PartialOrd<PolygonVertex> for PolygonVertex[src]

impl Debug for PolygonVertex[src]

impl Hash for PolygonVertex[src]

impl StructuralPartialEq for PolygonVertex[src]

impl StructuralEq for PolygonVertex[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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 = Infallible

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]