SPH
Classes | Enumerations
Sphere.h File Reference

Object representing a three-dimensional sphere. More...

#include "objects/geometry/Box.h"

Go to the source code of this file.

Classes

class  Sphere
 

Enumerations

enum class  IntersectResult { BOX_INSIDE_SPHERE , BOX_OUTSIDE_SPHERE , INTERESECTION }
 

Detailed Description

Object representing a three-dimensional sphere.

Author
Pavel Sevecek (sevecek at sirrah.troja.mff.cuni.cz)
Date
2016-2021

Definition in file Sphere.h.

Enumeration Type Documentation

◆ IntersectResult

enum IntersectResult
strong
Enumerator
BOX_INSIDE_SPHERE 

Sphere contains the whole box.

BOX_OUTSIDE_SPHERE 

Sphere has no intersection with the box.

INTERESECTION 

Sphere intersects the box.

Definition at line 12 of file Sphere.h.