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

The associated vector space.
Same as *self + *t. Applies the additive group action of this affine space’s associated vector space on self. Read more
Same as *self - *other. Returns the unique element v of the associated vector space such that self = right + v. Read more
Converts this type into a mutable reference of the (usually inferred) input type.
Converts this type into a mutable reference of the (usually inferred) input type.
Converts this type into a shared reference of the (usually inferred) input type.
Converts this type into a shared reference of the (usually inferred) input type.
The underlying finite vector space.
The underlying reals.
The preferred origin of this euclidean space. Read more
The coordinates of this point, i.e., the translation from the origin.
Builds a point from its coordinates relative to the origin.
Multiplies the distance of this point to Self::origin() by s. Read more
The distance between two points.
The distance between two points.
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.
Converts to this type from the input type.
Converts to this type from the input type.
Converts this type into the (usually inferred) input type.
Converts this type into the (usually inferred) input type.
Returns the join (aka. supremum) of two values.
Returns the infimum and the supremum simultaneously.
Return the minimum of self and other if they are comparable.
Return the maximum of self and other if they are comparable.
Sorts two values in increasing order using a partial ordering.
Clamp value between min and max. Returns None if value is not comparable to min or max. Read more
Returns the meet (aka. infimum) of two values.
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