Struct linestring::linestring_3d::LineStringSet3[][src]

pub struct LineStringSet3<T> where
    T: BaseFloat + Sync
{ pub set: Vec<LineString3<T>>, pub aabb: Aabb3<T>, }
Expand description

A set of linestrings + an aabb Intended to contain related 3d shapes. E.g. outlines of letters with holes

Fields

set: Vec<LineString3<T>>aabb: Aabb3<T>

Implementations

Copy this linestringset3 into a linestringset2, populating the axes defined by ‘plane’ An axis will always try to keep it’s position (e.g. y goes to y if possible). That way the operation is reversible (with regards to axis positions).

drains the ‘other’ container of all shapes and put them into ‘self’

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Feeds this value into the given Hasher. Read more

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

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

This method tests for !=.

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

Performs the conversion.

Performs the conversion.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

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.