Struct wkwrap::morton::Morton [] [src]

pub struct Morton(_);

Trait Implementations

impl PartialEq for Morton
[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 Debug for Morton
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a Vec3> for Morton
[src]

[src]

Performs the conversion.

impl From<Morton> for Vec3
[src]

[src]

Performs the conversion.

impl From<Morton> for u64
[src]

[src]

Performs the conversion.

impl From<u64> for Morton
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Morton

impl Sync for Morton