[][src]Trait capstan::algebra::VectorT

pub trait VectorT: Clone + Debug + Add<Output = Self> + Mul<Self::Field, Output = Self> {
    type Field: ScalarT;
}

A vector type.

Vectors are used for 3D locations like control points and points on curves or surfaces.

Associated Types

Loading content...

Implementations on Foreign Types

impl<N, D> VectorT for VectorN<N, D> where
    N: 'static + ScalarT,
    D: DimName,
    DefaultAllocator: Allocator<N, D>, 
[src]

type Field = N

Loading content...

Implementors

Loading content...