Struct assimp::math::vector2::Vector2D [] [src]

pub struct Vector2D(_);

Vector2D docs

Methods

impl Vector2D
[src]

Trait Implementations

impl Clone for Vector2D
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Vector2D
[src]

impl Debug for Vector2D
[src]

Formats the value using the given formatter.

impl PartialEq for Vector2D
[src]

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

This method tests for !=.

impl Deref for Vector2D
[src]

The resulting type after dereferencing

The method called to dereference a value

impl From<[f32; 2]> for Vector2D
[src]

Performs the conversion.

impl Into<[f32; 2]> for Vector2D
[src]

Performs the conversion.