Struct affine_transforms::vectors::Vector[][src]

pub struct Vector { /* fields omitted */ }

Methods

impl Vector
[src]

Trait Implementations

impl Debug for Vector
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Vector
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Clone for Vector
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vector
[src]

impl Add for Vector
[src]

The resulting type after applying the + operator.

Performs the + operation.

impl Sub for Vector
[src]

The resulting type after applying the - operator.

Performs the - operation.

impl Mul<f64> for Vector
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Mul<Vector> for f64
[src]

The resulting type after applying the * operator.

Performs the * operation.

impl Neg for Vector
[src]

The resulting type after applying the - operator.

Performs the unary - operation.

impl Mul<Vector> for AffineMatrix
[src]

The resulting type after applying the * operator.

Performs the * operation.

Auto Trait Implementations

impl Send for Vector

impl Sync for Vector