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

type Point = [Scalar; 2];
Expand description

General use 2D spatial point.

Trait Implementations

Return the X value.

Return the Y value.

Return the X value.

Return the Y value.

Create a new Envelope Point.

A value on the X-axis of the envelope.

A value on the Y-axis of the envelope.

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

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

The x y location of the vertex.

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