Struct rhusics::collide::prelude2d::Circle [] [src]

pub struct Circle<S> {
    pub radius: S,
}

Circle primitive

Fields

Radius of the circle

Methods

impl<S> Circle<S>
[src]

[src]

Create a new circle primitive

Trait Implementations

impl<S> Discrete<Ray<S, Point2<S>, Vector2<S>>> for Circle<S> where
    S: BaseFloat
[src]

[src]

Intersection test

impl<S> Continuous<Ray<S, Point2<S>, Vector2<S>>> for Circle<S> where
    S: BaseFloat
[src]

[src]

impl<S> Clone for Circle<S> where
    S: Clone
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<S> PartialEq<Circle<S>> for Circle<S> where
    S: PartialEq<S>, 
[src]

[src]

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

[src]

This method tests for !=.

impl<S> Debug for Circle<S> where
    S: Debug
[src]

[src]

Formats the value using the given formatter.

impl<S> Primitive for Circle<S> where
    S: BaseFloat
[src]

Point type

[src]

Get the support point on the shape in a given direction. Read more

impl<S> ComputeBound<Aabb2<S>> for Circle<S> where
    S: BaseFloat
[src]

[src]

Compute the bounding volume

impl<S> Volume<S, S> for Circle<S> where
    S: BaseFloat + Inertia
[src]

[src]

Compute the mass of the shape based on its material