Struct cgmath::Line
[−]
[src]
pub struct Line<S, V, P> { pub origin: P, pub dest: P, // some fields omitted }
A generic directed line segment from origin
to dest
.
Fields
origin | |
dest |