Struct cgmath::FrustumPoints
[−]
[src]
pub struct FrustumPoints<S> { pub near_top_left: Point3<S>, pub near_top_right: Point3<S>, pub near_bottom_left: Point3<S>, pub near_bottom_right: Point3<S>, pub far_top_left: Point3<S>, pub far_top_right: Point3<S>, pub far_bottom_left: Point3<S>, pub far_bottom_right: Point3<S>, }
Fields
near_top_left | |
near_top_right | |
near_bottom_left | |
near_bottom_right | |
far_top_left | |
far_top_right | |
far_bottom_left | |
far_bottom_right |