Struct vek::geom::repr_c::Ellipsis [] [src]

pub struct Ellipsis<P, E> {
    pub center: Vec2<P>,
    pub radius: Extent2<E>,
}

Ellipsis (2D), represented by center and radius in both axii.

Fields

Trait Implementations

impl<P: Debug, E: Debug> Debug for Ellipsis<P, E>
[src]

[src]

Formats the value using the given formatter.

impl<P: Default, E: Default> Default for Ellipsis<P, E>
[src]

[src]

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

impl<P: Clone, E: Clone> Clone for Ellipsis<P, E>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<P: Copy, E: Copy> Copy for Ellipsis<P, E>
[src]

impl<P: Hash, E: Hash> Hash for Ellipsis<P, E>
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl<P: Eq, E: Eq> Eq for Ellipsis<P, E>
[src]

impl<P: PartialEq, E: PartialEq> PartialEq for Ellipsis<P, E>
[src]

[src]

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

[src]

This method tests for !=.