Struct mgf::Vertex
[−]
[src]
pub struct Vertex {
pub p: Point3<f32>,
pub n: Vector3<f32>,
}A point and a normal
Fields
p: Point3<f32>
n: Vector3<f32>