Struct e2rcore::implement::math::ray::Ray3 [] [src]

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

Fields

Methods

impl Ray3
[src]

[src]

Trait Implementations

impl Debug for Ray3
[src]

[src]

Formats the value using the given formatter.

impl Clone for Ray3
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl IShape for Ray3
[src]

[src]

[src]

[src]

[src]

[src]

impl IVicinity<f64> for Ray3
[src]

[src]

[src]