[][src]Struct mazth::point::Point3

pub struct Point3 {
    pub _ori: Mat3x1<f64>,
    pub _bound: AxisAlignedBBox,
    pub _vicinity: f64,
}

Fields

_ori: Mat3x1<f64>_bound: AxisAlignedBBox_vicinity: f64

Methods

impl Point3[src]

pub fn init(origin: &[f64]) -> Point3[src]

Trait Implementations

impl IShape for Point3[src]

impl IVicinity<f64> for Point3[src]

impl Clone for Point3[src]

impl Debug for Point3[src]

Auto Trait Implementations

impl Send for Point3

impl Sync for Point3

impl Unpin for Point3

impl UnwindSafe for Point3

impl RefUnwindSafe for Point3

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]