![]() |
QCAD
Open Source 2D CAD
|
#include <opennurbs_fpoint.h>
Static Public Member Functions | |
static const ON_2fVector & | UnitVector (int) |
Public Attributes | |
float | x |
float | y |
Static Public Attributes | |
static const ON_2fVector | XAxis |
static const ON_2fVector | YAxis |
static const ON_2fVector | ZeroVector |
ON_2fVector::ON_2fVector | ( | ) |
ON_2fVector::ON_2fVector | ( | float | x, |
float | y ) |
ON_2fVector::ON_2fVector | ( | const ON_2fPoint & | p | ) |
ON_2fVector::ON_2fVector | ( | const ON_3fPoint & | p | ) |
ON_2fVector::ON_2fVector | ( | const ON_4fPoint & | ) |
ON_2fVector::ON_2fVector | ( | const ON_3fVector & | v | ) |
ON_2fVector::ON_2fVector | ( | const float * | v | ) |
ON_2fVector::ON_2fVector | ( | const ON_2dPoint & | p | ) |
ON_2fVector::ON_2fVector | ( | const ON_3dPoint & | p | ) |
ON_2fVector::ON_2fVector | ( | const ON_4dPoint & | ) |
ON_2fVector::ON_2fVector | ( | const ON_2dVector & | v | ) |
ON_2fVector::ON_2fVector | ( | const ON_3dVector & | v | ) |
ON_2fVector::ON_2fVector | ( | const double * | v | ) |
bool ON_2fVector::Decompose | ( | const ON_2fVector & | X, |
const ON_2fVector & | Y, | ||
double * | a, | ||
double * | b ) const |
int ON_2fVector::IsParallelTo | ( | const ON_2fVector & | v, |
double | angle_tolerance = ON_DEFAULT_ANGLE_TOLERANCE ) const |
bool ON_2fVector::IsPerpendicularTo | ( | const ON_2fVector & | v, |
double | angle_tolerance = ON_DEFAULT_ANGLE_TOLERANCE ) const |
bool ON_2fVector::IsTiny | ( | double | tiny_tol = ON_ZERO_TOLERANCE | ) | const |
bool ON_2fVector::IsUnitVector | ( | ) | const |
bool ON_2fVector::IsZero | ( | ) | const |
double ON_2fVector::Length | ( | ) | const |
double ON_2fVector::LengthSquared | ( | ) | const |
double ON_2fVector::MaximumCoordinate | ( | ) | const |
int ON_2fVector::MaximumCoordinateIndex | ( | ) | const |
ON_2fVector::operator const float * | ( | ) | const |
ON_2fVector::operator float * | ( | ) |
bool ON_2fVector::operator!= | ( | const ON_2fVector & | v | ) | const |
double ON_2fVector::operator* | ( | const ON_2dVector & | v | ) | const |
float ON_2fVector::operator* | ( | const ON_2fPoint & | v | ) | const |
float ON_2fVector::operator* | ( | const ON_2fVector & | v | ) | const |
float ON_2fVector::operator* | ( | const ON_4fPoint & | h | ) | const |
ON_2dVector ON_2fVector::operator* | ( | double | d | ) | const |
ON_2fVector ON_2fVector::operator* | ( | float | d | ) | const |
ON_2fVector ON_2fVector::operator* | ( | int | d | ) | const |
ON_2fVector & ON_2fVector::operator*= | ( | float | d | ) |
ON_2dPoint ON_2fVector::operator+ | ( | const ON_2dPoint & | p | ) | const |
ON_2dVector ON_2fVector::operator+ | ( | const ON_2dVector & | v | ) | const |
ON_2fPoint ON_2fVector::operator+ | ( | const ON_2fPoint & | p | ) | const |
ON_2fVector ON_2fVector::operator+ | ( | const ON_2fVector & | v | ) | const |
ON_3dPoint ON_2fVector::operator+ | ( | const ON_3dPoint & | p | ) | const |
ON_3dVector ON_2fVector::operator+ | ( | const ON_3dVector & | v | ) | const |
ON_3fPoint ON_2fVector::operator+ | ( | const ON_3fPoint & | p | ) | const |
ON_3fVector ON_2fVector::operator+ | ( | const ON_3fVector & | v | ) | const |
ON_2fVector & ON_2fVector::operator+= | ( | const ON_2fVector & | v | ) |
ON_2fVector ON_2fVector::operator- | ( | ) | const |
ON_2dPoint ON_2fVector::operator- | ( | const ON_2dPoint & | v | ) | const |
ON_2dVector ON_2fVector::operator- | ( | const ON_2dVector & | v | ) | const |
ON_2fPoint ON_2fVector::operator- | ( | const ON_2fPoint & | v | ) | const |
ON_2fVector ON_2fVector::operator- | ( | const ON_2fVector & | v | ) | const |
ON_3dPoint ON_2fVector::operator- | ( | const ON_3dPoint & | v | ) | const |
ON_3dVector ON_2fVector::operator- | ( | const ON_3dVector & | v | ) | const |
ON_3fPoint ON_2fVector::operator- | ( | const ON_3fPoint & | v | ) | const |
ON_3fVector ON_2fVector::operator- | ( | const ON_3fVector & | v | ) | const |
ON_2fVector & ON_2fVector::operator-= | ( | const ON_2fVector & | v | ) |
ON_2dVector ON_2fVector::operator/ | ( | double | d | ) | const |
ON_2fVector ON_2fVector::operator/ | ( | float | d | ) | const |
ON_2fVector ON_2fVector::operator/ | ( | int | d | ) | const |
ON_2fVector & ON_2fVector::operator/= | ( | float | d | ) |
bool ON_2fVector::operator< | ( | const ON_2fVector & | v | ) | const |
bool ON_2fVector::operator<= | ( | const ON_2fVector & | v | ) | const |
ON_2fVector & ON_2fVector::operator= | ( | const double * | v | ) |
ON_2fVector & ON_2fVector::operator= | ( | const float * | v | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_2dPoint & | p | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_2dVector & | v | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_2fPoint & | p | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_3dPoint & | p | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_3dVector & | v | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_3fPoint & | p | ) |
ON_2fVector & ON_2fVector::operator= | ( | const ON_3fVector & | v | ) |
bool ON_2fVector::operator== | ( | const ON_2fVector & | v | ) | const |
bool ON_2fVector::operator> | ( | const ON_2fVector & | v | ) | const |
bool ON_2fVector::operator>= | ( | const ON_2fVector & | v | ) | const |
float & ON_2fVector::operator[] | ( | int | i | ) |
float ON_2fVector::operator[] | ( | int | i | ) | const |
bool ON_2fVector::PerpendicularTo | ( | const ON_2fPoint & | p, |
const ON_2fPoint & | q ) |
bool ON_2fVector::PerpendicularTo | ( | const ON_2fVector & | v | ) |
void ON_2fVector::Reverse | ( | ) |
void ON_2fVector::Set | ( | float | xx, |
float | yy ) |
bool ON_2fVector::Unitize | ( | ) |
|
static |
void ON_2fVector::Zero | ( | ) |
float ON_2fVector::x |
|
static |
float ON_2fVector::y |
|
static |
|
static |