Struct cgmath::Ray
[−]
[src]
pub struct Ray<S, P, V> { pub origin: P, pub direction: V, // some fields omitted }
A generic ray starting at origin
and extending infinitely in
direction
.
Fields
origin | |
direction |