Type Definition conrod::position::Point [] [src]

type Point = [Scalar; 2];

General use 2D spatial point.

Trait Implementations

impl Vertex for Point
[src]

[src]

The x y location of the vertex.

[src]

Add the given vector onto the position of self and return the result.

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.