Struct swf_tree::shapes::records::CurvedEdge [] [src]

pub struct CurvedEdge {
    pub control_delta: Vector2D,
    pub end_delta: Vector2D,
}

Fields

Trait Implementations

impl Debug for CurvedEdge
[src]

Formats the value using the given formatter.

impl PartialEq for CurvedEdge
[src]

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

This method tests for !=.

impl Eq for CurvedEdge
[src]