Hoops Visualize HPS  version 2018-SP2
Hoops Visualize HPS 3D Rendering Engine
Looking for a senior C++ dev?
I'm looking for work. Hire me!
HPS::InfiniteLine Class Reference

The InfiniteLine class is a concept class for infinite-line-related enum classes. More...

#include <hps.h>

Public Types

enum  Type : uint32_t {
  Type::Line,
  Type::Ray
}
 Enumerates the types of infinite line objects. More...
 

Private Member Functions

 InfiniteLine ()
 

Detailed Description

The InfiniteLine class is a concept class for infinite-line-related enum classes.

Member Enumeration Documentation

◆ Type

enum HPS::InfiniteLine::Type : uint32_t
strong

Enumerates the types of infinite line objects.

Enumerator
Line 

Infinite line which extends infinitely in both directions along a vector.

Ray 

Infinite ray which extends infinitely in one direction along a vector.

Constructor & Destructor Documentation

◆ InfiniteLine()

HPS::InfiniteLine::InfiniteLine ( )
inlineprivate

The documentation for this class was generated from the following file: