Struct flo_animation::BrushPoint [] [src]

pub struct BrushPoint {
    pub position: (f32, f32),
    pub cp1: (f32, f32),
    pub cp2: (f32, f32),
    pub width: f32,
}

Represents a segment of a brush stroke

Fields

Position of this segment

First control point for this segment

Second control point for this segment

Width of this segment

Trait Implementations

impl Clone for BrushPoint
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for BrushPoint
[src]

impl PartialEq for BrushPoint
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for BrushPoint
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for BrushPoint

impl Sync for BrushPoint