Struct dxf::entities::Vertex [] [src]

pub struct Vertex {
    pub location: Point,
    pub starting_width: f64,
    pub ending_width: f64,
    pub bulge: f64,
    pub flags: i32,
    pub curve_fit_tangent_direction: f64,
    pub polyface_mesh_vertex_index1: i32,
    pub polyface_mesh_vertex_index2: i32,
    pub polyface_mesh_vertex_index3: i32,
    pub polyface_mesh_vertex_index4: i32,
    pub identifier: i32,
}

Fields

Methods

impl Vertex
[src]

impl Vertex
[src]

Trait Implementations

impl Clone for Vertex
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Vertex
[src]

Formats the value using the given formatter.

impl PartialEq for Vertex
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Default for Vertex
[src]

Returns the "default value" for a type. Read more