Type Definition geologic::Offset2D

source · []
pub type Offset2D<T> = Vector2D<T, Offset>;
Expand description

A two-dimensional vector representing an offset.

Trait Implementations

The resulting type after applying the + operator.

Performs the + operation. Read more

The resulting type after applying the * operator.

Performs the * operation. Read more

The resulting type after applying the - operator.

Performs the - operation. Read more