#include <opennurbs_point.h>
◆ ON_Interval() [1/2]
ON_Interval::ON_Interval |
( |
| ) |
|
◆ ON_Interval() [2/2]
ON_Interval::ON_Interval |
( |
double | t0, |
|
|
double | t1 ) |
◆ ~ON_Interval()
ON_Interval::~ON_Interval |
( |
| ) |
|
◆ Compare()
◆ Destroy()
void ON_Interval::Destroy |
( |
| ) |
|
◆ Includes() [1/2]
◆ Includes() [2/2]
bool ON_Interval::Includes |
( |
double | t, |
|
|
bool | bTestOpenInterval = false ) const |
◆ Intersection() [1/2]
◆ Intersection() [2/2]
◆ IsDecreasing()
bool ON_Interval::IsDecreasing |
( |
| ) |
const |
◆ IsEmptyInterval()
bool ON_Interval::IsEmptyInterval |
( |
| ) |
const |
◆ IsEmptySet()
bool ON_Interval::IsEmptySet |
( |
| ) |
const |
◆ IsIncreasing()
bool ON_Interval::IsIncreasing |
( |
| ) |
const |
◆ IsInterval()
bool ON_Interval::IsInterval |
( |
| ) |
const |
◆ IsSingleton()
bool ON_Interval::IsSingleton |
( |
| ) |
const |
◆ IsValid()
bool ON_Interval::IsValid |
( |
| ) |
const |
◆ Length()
double ON_Interval::Length |
( |
| ) |
const |
◆ MakeIncreasing()
bool ON_Interval::MakeIncreasing |
( |
| ) |
|
◆ Max()
double ON_Interval::Max |
( |
| ) |
const |
◆ Mid()
double ON_Interval::Mid |
( |
| ) |
const |
◆ Min()
double ON_Interval::Min |
( |
| ) |
const |
◆ NormalizedParameterAt() [1/2]
double ON_Interval::NormalizedParameterAt |
( |
double | interval_parameter | ) |
const |
◆ NormalizedParameterAt() [2/2]
◆ operator!=()
◆ operator==()
◆ operator[]() [1/2]
double & ON_Interval::operator[] |
( |
int | i | ) |
|
◆ operator[]() [2/2]
double ON_Interval::operator[] |
( |
int | i | ) |
const |
◆ ParameterAt() [1/2]
double ON_Interval::ParameterAt |
( |
double | normalized_parameter | ) |
const |
◆ ParameterAt() [2/2]
◆ Reverse()
void ON_Interval::Reverse |
( |
| ) |
|
◆ Set()
void ON_Interval::Set |
( |
double | t0, |
|
|
double | t1 ) |
◆ Swap()
void ON_Interval::Swap |
( |
| ) |
|
◆ Union() [1/2]
◆ Union() [2/2]
◆ EmptyInterval
◆ m_t
double ON_Interval::m_t[2] |
The documentation for this class was generated from the following files: