Skip to main content

ColumnVector3

Type Alias ColumnVector3 

Source
pub type ColumnVector3<T> = ColumnVector<T, 3>;
Expand description

A 3-element column vector.

Aliased Type§

pub struct ColumnVector3<T> { /* private fields */ }

Implementations§

Source§

impl<T: Scalar> ColumnVector3<T>

Source

pub fn cross_col(&self, rhs: &Self) -> Self

Cross product of two 3-column-vectors.