#[repr(C)]pub struct SpatialBoundingFrustum {
pub Near: Plane,
pub Far: Plane,
pub Right: Plane,
pub Left: Plane,
pub Top: Plane,
pub Bottom: Plane,
}Expand description
Required features: ‘Perception_Spatial’, ‘Foundation_Numerics’
Fields
Near: PlaneFar: PlaneRight: PlaneLeft: PlaneTop: PlaneBottom: Plane