Struct rusterize::types::Point [] [src]

pub struct Point {
    pub x: Coord,
    pub y: Coord,
    pub z: Coord,
}

Fields

Methods

impl Point
[src]

Trait Implementations

impl Copy for Point
[src]

impl Clone for Point
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Point
[src]

Formats the value using the given formatter.

impl Mul<Coord> for Point
[src]

The resulting type after applying the * operator

The method for the * operator

impl Add for Point
[src]

The resulting type after applying the + operator

The method for the + operator

impl Sub for Point
[src]

The resulting type after applying the - operator

The method for the - operator

impl Mul<Transform> for Point
[src]

The resulting type after applying the * operator

The method for the * operator