Struct assimp::math::vector3::Vector3D [] [src]

pub struct Vector3D(_);

Vector3D docs

Methods

impl Vector3D
[src]

[src]

Trait Implementations

impl Clone for Vector3D
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for Vector3D
[src]

impl Debug for Vector3D
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Vector3D
[src]

[src]

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

[src]

This method tests for !=.

impl Deref for Vector3D
[src]

The resulting type after dereferencing.

[src]

Dereferences the value.

impl From<[f32; 3]> for Vector3D
[src]

[src]

Performs the conversion.