Struct vsop87::RectangularCoordinates [] [src]

pub struct RectangularCoordinates {
    pub x: f64,
    pub y: f64,
    pub z: f64,
}

Structure representing 3 dimensional rectangular coordinates.

Fields

X coordinate.

Y coordinate.

Z coordinate.

Trait Implementations

impl Debug for RectangularCoordinates
[src]

Formats the value using the given formatter.

impl Clone for RectangularCoordinates
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for RectangularCoordinates
[src]

impl PartialEq for RectangularCoordinates
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.