Struct cem::v1::Frame [] [src]

pub struct Frame {
    pub radius: f32,
    pub points: Vec<Point3<f32>>,
    pub normals: Vec<u16>,
    pub tag_points: Vec<Point3<f32>>,
    pub transform: Matrix4<f32>,
    pub bound: Aabb,
}

Fields

Quantized normal vector index. 10086 to choose from.

Methods

impl Frame
[src]

[src]

Trait Implementations

impl Debug for Frame
[src]

[src]

Formats the value using the given formatter.