Struct e2rcore::implement::render::primitive::Line
[−]
[src]
pub struct Line {
pub _pos_start: Mat3x1<f32>,
pub _pos_end: Mat3x1<f32>,
}Fields
_pos_start: Mat3x1<f32>
_pos_end: Mat3x1<f32>