Public Member Functions | Public Attributes | Static Public Attributes
ON_3fPoint Class Reference

#include <opennurbs_fpoint.h>

List of all members.

Public Member Functions

double DistanceTo (const ON_3fPoint &) const
double Fuzz (double=ON_ZERO_TOLERANCE) const
double MaximumCoordinate () const
int MaximumCoordinateIndex () const
 ON_3fPoint ()
 ON_3fPoint (float x, float y, float z)
 ON_3fPoint (const ON_2fPoint &)
 ON_3fPoint (const ON_4fPoint &)
 ON_3fPoint (const ON_2fVector &)
 ON_3fPoint (const ON_3fVector &)
 ON_3fPoint (const float *)
 ON_3fPoint (const ON_2dPoint &)
 ON_3fPoint (const ON_3dPoint &)
 ON_3fPoint (const ON_4dPoint &)
 ON_3fPoint (const ON_2dVector &)
 ON_3fPoint (const ON_3dVector &)
 ON_3fPoint (const double *)
 operator const float * () const
 operator float * ()
bool operator!= (const ON_3fPoint &) const
ON_3fPoint operator* (int) const
ON_3fPoint operator* (float) const
ON_3dPoint operator* (double) const
float operator* (const ON_3fPoint &) const
float operator* (const ON_3fVector &) const
float operator* (const ON_4fPoint &) const
ON_3fPointoperator*= (float)
ON_3fPoint operator+ (const ON_3fPoint &) const
ON_3fPoint operator+ (const ON_3fVector &) const
ON_3fPoint operator+ (const ON_2fPoint &) const
ON_3fPoint operator+ (const ON_2fVector &) const
ON_3dPoint operator+ (const ON_3dPoint &) const
ON_3dPoint operator+ (const ON_3dVector &) const
ON_3dPoint operator+ (const ON_2dPoint &) const
ON_3dPoint operator+ (const ON_2dVector &) const
ON_3fPointoperator+= (const ON_3fPoint &)
ON_3fPointoperator+= (const ON_3fVector &)
ON_3fVector operator- (const ON_3fPoint &) const
ON_3fPoint operator- (const ON_3fVector &) const
ON_3fVector operator- (const ON_2fPoint &) const
ON_3fPoint operator- (const ON_2fVector &) const
ON_3dVector operator- (const ON_3dPoint &) const
ON_3dPoint operator- (const ON_3dVector &) const
ON_3dVector operator- (const ON_2dPoint &) const
ON_3dPoint operator- (const ON_2dVector &) const
ON_3fPointoperator-= (const ON_3fPoint &)
ON_3fPointoperator-= (const ON_3fVector &)
ON_3fPoint operator/ (int) const
ON_3fPoint operator/ (float) const
ON_3dPoint operator/ (double) const
ON_3fPointoperator/= (float)
bool operator< (const ON_3fPoint &) const
bool operator<= (const ON_3fPoint &) const
ON_3fPointoperator= (const ON_2fPoint &)
ON_3fPointoperator= (const ON_4fPoint &)
ON_3fPointoperator= (const ON_2fVector &)
ON_3fPointoperator= (const ON_3fVector &)
ON_3fPointoperator= (const float *)
ON_3fPointoperator= (const ON_2dPoint &)
ON_3fPointoperator= (const ON_3dPoint &)
ON_3fPointoperator= (const ON_4dPoint &)
ON_3fPointoperator= (const ON_2dVector &)
ON_3fPointoperator= (const ON_3dVector &)
ON_3fPointoperator= (const double *)
bool operator== (const ON_3fPoint &) const
bool operator> (const ON_3fPoint &) const
bool operator>= (const ON_3fPoint &) const
float & operator[] (int)
float operator[] (int) const
float & operator[] (unsigned int)
float operator[] (unsigned int) const
void Rotate (double, const ON_3fVector &, const ON_3fPoint &)
void Rotate (double, double, const ON_3fVector &, const ON_3fPoint &)
void Set (float, float, float)
void Transform (const ON_Xform &)
void Zero ()

Public Attributes

float x
float y
float z

Static Public Attributes

static const ON_3fPoint Origin

Detailed Description

Definition at line 174 of file opennurbs_fpoint.h.


Constructor & Destructor Documentation

Definition at line 1822 of file opennurbs_point.cpp.

ON_3fPoint::ON_3fPoint ( float  x,
float  y,
float  z 
)

Definition at line 1845 of file opennurbs_point.cpp.

Definition at line 1848 of file opennurbs_point.cpp.

Definition at line 1851 of file opennurbs_point.cpp.

Definition at line 1859 of file opennurbs_point.cpp.

Definition at line 1862 of file opennurbs_point.cpp.

ON_3fPoint::ON_3fPoint ( const float *  p)

Definition at line 1835 of file opennurbs_point.cpp.

Definition at line 1865 of file opennurbs_point.cpp.

Definition at line 1868 of file opennurbs_point.cpp.

Definition at line 1871 of file opennurbs_point.cpp.

Definition at line 1879 of file opennurbs_point.cpp.

Definition at line 1882 of file opennurbs_point.cpp.

ON_3fPoint::ON_3fPoint ( const double *  p)

Definition at line 1825 of file opennurbs_point.cpp.


Member Function Documentation

double ON_3fPoint::DistanceTo ( const ON_3fPoint p) const

Definition at line 2231 of file opennurbs_point.cpp.

double ON_3fPoint::Fuzz ( double  absolute_tolerance = ON_ZERO_TOLERANCE) const

Definition at line 798 of file opennurbs_point.cpp.

Definition at line 2241 of file opennurbs_point.cpp.

Definition at line 2236 of file opennurbs_point.cpp.

ON_3fPoint::operator const float * ( ) const

Definition at line 1890 of file opennurbs_point.cpp.

ON_3fPoint::operator float * ( )

Definition at line 1885 of file opennurbs_point.cpp.

bool ON_3fPoint::operator!= ( const ON_3fPoint p) const

Definition at line 2180 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator* ( int  d) const

Definition at line 2044 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator* ( float  d) const

Definition at line 2049 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator* ( double  d) const

Definition at line 2054 of file opennurbs_point.cpp.

float ON_3fPoint::operator* ( const ON_3fPoint h) const

Definition at line 2160 of file opennurbs_point.cpp.

float ON_3fPoint::operator* ( const ON_3fVector h) const

Definition at line 2165 of file opennurbs_point.cpp.

float ON_3fPoint::operator* ( const ON_4fPoint h) const

Definition at line 2170 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator*= ( float  d)

Definition at line 1995 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator+ ( const ON_3fPoint p) const

Definition at line 2077 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator+ ( const ON_3fVector v) const

Definition at line 2082 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator+ ( const ON_2fPoint p) const

Definition at line 2098 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator+ ( const ON_2fVector v) const

Definition at line 2103 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator+ ( const ON_3dPoint p) const

Definition at line 2118 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator+ ( const ON_3dVector v) const

Definition at line 2123 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator+ ( const ON_2dPoint p) const

Definition at line 2139 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator+ ( const ON_2dVector v) const

Definition at line 2144 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator+= ( const ON_3fPoint p)

Definition at line 2012 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator+= ( const ON_3fVector v)

Definition at line 2020 of file opennurbs_point.cpp.

ON_3fVector ON_3fPoint::operator- ( const ON_3fPoint p) const

Definition at line 2087 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator- ( const ON_3fVector v) const

Definition at line 2092 of file opennurbs_point.cpp.

ON_3fVector ON_3fPoint::operator- ( const ON_2fPoint p) const

Definition at line 2108 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator- ( const ON_2fVector v) const

Definition at line 2113 of file opennurbs_point.cpp.

ON_3dVector ON_3fPoint::operator- ( const ON_3dPoint p) const

Definition at line 2128 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator- ( const ON_3dVector v) const

Definition at line 2133 of file opennurbs_point.cpp.

ON_3dVector ON_3fPoint::operator- ( const ON_2dPoint p) const

Definition at line 2149 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator- ( const ON_2dVector v) const

Definition at line 2154 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator-= ( const ON_3fPoint p)

Definition at line 2028 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator-= ( const ON_3fVector v)

Definition at line 2036 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator/ ( int  d) const

Definition at line 2059 of file opennurbs_point.cpp.

ON_3fPoint ON_3fPoint::operator/ ( float  d) const

Definition at line 2065 of file opennurbs_point.cpp.

ON_3dPoint ON_3fPoint::operator/ ( double  d) const

Definition at line 2071 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator/= ( float  d)

Definition at line 2003 of file opennurbs_point.cpp.

bool ON_3fPoint::operator< ( const ON_3fPoint p) const

Definition at line 2197 of file opennurbs_point.cpp.

bool ON_3fPoint::operator<= ( const ON_3fPoint p) const

Definition at line 2185 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_2fPoint p)

Definition at line 1921 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_4fPoint p)

Definition at line 1929 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_2fVector v)

Definition at line 1938 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_3fVector v)

Definition at line 1946 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const float *  p)

Definition at line 1908 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_2dPoint p)

Definition at line 1954 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_3dPoint p)

Definition at line 1962 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_4dPoint p)

Definition at line 1970 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_2dVector v)

Definition at line 1979 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const ON_3dVector v)

Definition at line 1987 of file opennurbs_point.cpp.

ON_3fPoint & ON_3fPoint::operator= ( const double *  p)

Definition at line 1895 of file opennurbs_point.cpp.

bool ON_3fPoint::operator== ( const ON_3fPoint p) const

Definition at line 2175 of file opennurbs_point.cpp.

bool ON_3fPoint::operator> ( const ON_3fPoint p) const

Definition at line 2203 of file opennurbs_point.cpp.

bool ON_3fPoint::operator>= ( const ON_3fPoint p) const

Definition at line 2191 of file opennurbs_point.cpp.

float & ON_3fPoint::operator[] ( int  i)

Definition at line 2214 of file opennurbs_point.cpp.

float ON_3fPoint::operator[] ( int  i) const

Definition at line 2209 of file opennurbs_point.cpp.

float & ON_3fPoint::operator[] ( unsigned int  i)

Definition at line 2225 of file opennurbs_point.cpp.

float ON_3fPoint::operator[] ( unsigned int  i) const

Definition at line 2220 of file opennurbs_point.cpp.

void ON_3fPoint::Rotate ( double  angle,
const ON_3fVector axis,
const ON_3fPoint center 
)

Definition at line 746 of file opennurbs_point.cpp.

void ON_3fPoint::Rotate ( double  sin_angle,
double  cos_angle,
const ON_3fVector axis,
const ON_3fPoint center 
)

Definition at line 755 of file opennurbs_point.cpp.

void ON_3fPoint::Set ( float  xx,
float  yy,
float  zz 
)

Definition at line 6219 of file opennurbs_point.cpp.

void ON_3fPoint::Transform ( const ON_Xform xform)

Definition at line 767 of file opennurbs_point.cpp.

void ON_3fPoint::Zero ( )

Definition at line 2247 of file opennurbs_point.cpp.


Member Data Documentation

Definition at line 179 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.

Definition at line 177 of file opennurbs_fpoint.h.


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


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:38:50