Struct hedron::pts::Vectors

source ·
pub struct Vectors {
    pub data: Vec<Vec3>,
}

Fields§

§data: Vec<Vec3>

Implementations§

A simple but awesome operation to cheaply ‘flatten’ a point onto a plane.

Given a plane defined by a center and normal, and points surrounding the origin of this plane, Return the indices of the point “before” and “after” a certain sample point.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.
scale from a certain position.
scale from a Pose, by applying only the scale element from the pose

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.