occ
Loading...
Searching...
No Matches
occ::geometry Namespace Reference

computational geometry functionality - marching cubes, Morton codes etc. More...

Namespaces

namespace  constants
 
namespace  mc
 

Classes

struct  Facet
 
class  IcosphereMesh
 
struct  IndexCache
 
struct  LinearHashedOctree
 
struct  MIndex
 
struct  MIndexHash
 
class  VolumeGrid
 
class  WulffConstruction
 

Typedefs

using integer_type = uint64_t
 
using floating_type = double
 

Functions

Mat3N project_to_plane (const Mat3N &, const Vec3 &)
 

Detailed Description

computational geometry functionality - marching cubes, Morton codes etc.

Typedef Documentation

◆ floating_type

using occ::geometry::floating_type = typedef double

◆ integer_type

using occ::geometry::integer_type = typedef uint64_t

Function Documentation

◆ project_to_plane()

Mat3N occ::geometry::project_to_plane ( const Mat3N ,
const Vec3  
)