Type Definition nalgebra::geometry::Point

source ·
pub type Point<T, const D: usize> = OPoint<T, Const<D>>;
Expand description

A point with D elements.

Implementations§

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Builds a new point from components of self.

Trait Implementations§

Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
Converts to this type from the input type.
The type of the elements of each lane of this SIMD value.
Type of the result of comparing two SIMD values like self.
The number of lanes of this SIMD value.
Initializes an SIMD value with each lanes set to val.
Extracts the i-th lane of self. Read more
Extracts the i-th lane of self without bound-checking.
Replaces the i-th lane of self by val. Read more
Replaces the i-th lane of self by val without bound-checking.
Merges self and other depending on the lanes of cond. Read more
Applies a function to each lane of self. Read more
Applies a function to each lane of self paired with the corresponding lane of b. Read more