CMSC23700 Common Code Library
Support code for CS23700 programming projects
Loading...
Searching...
No Matches
cs237::__detail Namespace Reference

Classes

struct  AABB
 Axis-Aligned Bounding Box parameterized over the scalar type. More...
 
class  ImageBase
 
struct  Plane
 representation of a oriented 3D plane More...
 
class  TextureBase
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &s, __detail::AABB< T > const &bb)
 print the axis-aligned bounding box to the output stream
 
template<typename T >
AABB< Toperator+ (AABB< T > const &bb1, AABB< T > &bb2)
 
vk::Format toVkFormat (Channels chans, ChannelTy ty, bool sRGB)
 convert an image format and channel type to a Vulkan image format
 
template<typename T >
std::ostream & operator<< (std::ostream &s, Plane< T > const &plane)
 

Function Documentation

◆ operator+()

template<typename T >
AABB< T > cs237::__detail::operator+ ( AABB< T > const bb1,
AABB< T > &  bb2 
)
inline

compute the union of two axis-aligned bounding boxes

Parameters
bb1an axis-aligned bounding box
bb2an axis-aligned bounding box
Returns
the smallest AABB that contains both
  • bb1 and
  • bb2.

◆ operator<<() [1/2]

template<typename T >
std::ostream & cs237::__detail::operator<< ( std::ostream &  s,
__detail::AABB< T > const bb 
)

print the axis-aligned bounding box to the output stream

◆ operator<<() [2/2]

template<typename T >
std::ostream & cs237::__detail::operator<< ( std::ostream &  s,
Plane< T > const plane 
)
inline

◆ toVkFormat()

vk::Format cs237::__detail::toVkFormat ( Channels  chans,
ChannelTy  ty,
bool  sRGB 
)

convert an image format and channel type to a Vulkan image format