Struct implicit3d::Cylinder[][src]

pub struct Cylinder<S: Real> { /* fields omitted */ }

A cylinder along the Z-Axis

Methods

impl<S: Real + Float> Cylinder<S>
[src]

Important traits for Box<R>

Create a new infinite Cylinder (along the Z-Axis) of radius r.

Trait Implementations

impl<S: Clone + Real> Clone for Cylinder<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug + Real> Debug for Cylinder<S>
[src]

Formats the value using the given formatter. Read more

impl<S: PartialEq + Real> PartialEq for Cylinder<S>
[src]

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

This method tests for !=.

impl<S: Debug + Real + From<f32> + Float> Object<S> for Cylinder<S>
[src]

Value is 0 on object surfaces, negative inside and positive outside of objects. If positive, value is guarateed to be the minimum distance to the object surface. return some approximation (which is always larger then the proper value). Only do a proper calculation, for values smaller then slack. Read more

Get the Bounding Box of this Object.

Evaluate the normal of self at the given point.

Explicitly set the Bounding Box.

Allows to set parameters.

Important traits for Box<R>

Return a translated version of self.

Important traits for Box<R>

Return a rotated version of self.

Important traits for Box<R>

Return a scaled version of self.

Auto Trait Implementations

impl<S> Send for Cylinder<S>

impl<S> Sync for Cylinder<S>