Cogs.Core
Cogs::Core::Bounds Member List

This is the complete list of members for Cogs::Core::Bounds, including all inherited members.

addBoundsExtension(IGetBounds *bounds)Cogs::Core::Bounds
extensions (defined in Cogs::Core::Bounds)Cogs::Core::Boundsprivate
getBounds(Context *context, const ComponentModel::Entity *entity, bool ignoreVisibility=false) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getBounds(Context *context, const EntityId id, bool ignoreVisibility=false) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getBounds(Context *context, std::span< const EntityId > ids, bool ignoreVisibility=false) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getCameraDepthBounds(Context *context, float &depthBoundNear, float &depthBoundFar, const CameraComponent &cameraComponent) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getClipPlanes(Context *context, float &nearDist, float &farDist, const CameraComponent &cameraComponent, const glm::mat4 &viewMatrix) (defined in Cogs::Core::Bounds)Cogs::Core::Bounds
getExtensions()Cogs::Core::Boundsinline
getSceneBounds(Context *context, RenderLayers layerMask=RenderLayers::AllStandard) (defined in Cogs::Core::Bounds)Cogs::Core::Bounds
getSceneBounds(Context *context, float *values, RenderLayers layerMask=RenderLayers::AllStandard) (defined in Cogs::Core::Bounds)Cogs::Core::Bounds
getShadowBounds(Context *context) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getTransformedBounds(const Cogs::Geometry::BoundingBox &bbox, const glm::mat4 &m) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
getTransformedBoundsWithDivision(const Cogs::Geometry::BoundingBox &bbox, const glm::mat4 &m) (defined in Cogs::Core::Bounds)Cogs::Core::Boundsstatic
removeBoundsExtension(IGetBounds *bounds)Cogs::Core::Bounds