Library of Assembled Shared Sources
lass::prim::Disk3D< T > Struct Template Reference

3D Disk More...

#include <disk_3d.h>

Inheritance diagram for lass::prim::Disk3D< T >:

Public Member Functions

const TPlaneplane () const
 return area of surface of sphere
 
const TValue area () const
 return area of surface of sphere
 
bool isValid () const
 return true if sphere has a non-negative radius
 

Related Symbols

(Note that these are not member symbols.)

template<typename T>
Aabb3D< T > aabb (const Disk3D< T > &disk)
 
template<typename T>
Sphere3D< T > boundingSphere (const Disk3D< T > &disk)
 

Detailed Description

template<typename T>
struct lass::prim::Disk3D< T >

3D Disk

Author
Bram de Greve
Date
2010

Definition at line 65 of file disk_3d.h.

Friends And Related Symbol Documentation

◆ aabb()

template<typename T>
Aabb3D< T > aabb ( const Disk3D< T > & disk)
related
See also
lass::prim::Aabb3D

Definition at line 59 of file aabb_3d_disk_3d.h.

◆ boundingSphere()

template<typename T>
Sphere3D< T > boundingSphere ( const Disk3D< T > & disk)
related
See also
lass::prim::Sphere3D

Definition at line 59 of file disk_3d_sphere_3d.h.


The documentation for this struct was generated from the following files: