Type Definition conrod::Point [] [src]

type Point = [Scalar; 2];

General use 2D spatial point.

Trait Implementations

impl EnvelopePoint for Point
[src]

A value on the X-axis of the envelope.

A value on the Y-axis of the envelope.

[src]

Return the X value.

[src]

Return the Y value.

[src]

Return the X value.

[src]

Return the Y value.

[src]

Create a new Envelope Point.

[src]

Return the bezier curve depth (-1. to 1.) for the next interpolation.

[src]

Set the bezier curve depth (-1. to 1.) for the next interpolation.