Struct valora::geom::point::Point [] [src]

pub struct Point {
    pub x: f32,
    pub y: f32,
}

Fields

Methods

impl Point
[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Point
[src]

[src]

Formats the value using the given formatter. Read more

impl Copy for Point
[src]

impl Clone for Point
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Point
[src]

[src]

Returns the "default value" for a type. Read more

impl Add for Point
[src]

The resulting type after applying the + operator.

[src]

Performs the + operation.

impl AddAssign for Point
[src]

[src]

Performs the += operation.

impl Sub for Point
[src]

The resulting type after applying the - operator.

[src]

Performs the - operation.

impl SubAssign for Point
[src]

[src]

Performs the -= operation.

impl Mul<Point> for Point
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl MulAssign<Point> for Point
[src]

[src]

Performs the *= operation.

impl Mul<f32> for Point
[src]

The resulting type after applying the * operator.

[src]

Performs the * operation.

impl MulAssign<f32> for Point
[src]

[src]

Performs the *= operation.

impl Div<f32> for Point
[src]

The resulting type after applying the / operator.

[src]

Performs the / operation.

impl Translate for Point
[src]

[src]

impl Distance<Self> for Point
[src]

[src]

[src]

[src]

[src]

impl Rand for Point
[src]

[src]

Generates a random instance of this type using the specified source of randomness. Read more

impl Into<Point2D<f32>> for Point
[src]

[src]

Performs the conversion.

impl From<Point2D<f32>> for Point
[src]

[src]

Performs the conversion.

impl From<FillVertex> for Point
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Point

impl Sync for Point