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

#include <opennurbs_point.h>

List of all members.

Public Member Functions

double DistanceTo (const ON_3dPoint &) const
double Fuzz (double tolerance=ON_ZERO_TOLERANCE) const
bool IsUnsetPoint () const
bool IsValid () const
double MaximumCoordinate () const
int MaximumCoordinateIndex () const
double MinimumCoordinate () const
int MinimumCoordinateIndex () const
 ON_3dPoint ()
 ON_3dPoint (double x, double y, double z)
 ON_3dPoint (const ON_2dPoint &)
 ON_3dPoint (const ON_4dPoint &)
 ON_3dPoint (const ON_2dVector &)
 ON_3dPoint (const ON_3dVector &)
 ON_3dPoint (const double *)
 ON_3dPoint (const class ON_2fPoint &)
 ON_3dPoint (const class ON_3fPoint &)
 ON_3dPoint (const class ON_4fPoint &)
 ON_3dPoint (const class ON_2fVector &)
 ON_3dPoint (const class ON_3fVector &)
 ON_3dPoint (const float *)
 operator const double * () const
 operator double * ()
bool operator!= (const ON_3dPoint &) const
ON_3dPoint operator* (int) const
ON_3dPoint operator* (float) const
ON_3dPoint operator* (double) const
double operator* (const ON_3dPoint &) const
double operator* (const ON_3dVector &) const
double operator* (const ON_4dPoint &) const
ON_3dPoint operator* (const ON_Xform &) const
ON_3dPointoperator*= (double)
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_3dPoint operator+ (const ON_3fPoint &) const
ON_3dPoint operator+ (const ON_3fVector &) const
ON_3dPoint operator+ (const ON_2fPoint &) const
ON_3dPoint operator+ (const ON_2fVector &) const
ON_3dPointoperator+= (const ON_3dPoint &)
ON_3dPointoperator+= (const ON_3dVector &)
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_3dVector operator- (const ON_3fPoint &) const
ON_3dPoint operator- (const ON_3fVector &) const
ON_3dVector operator- (const ON_2fPoint &) const
ON_3dPoint operator- (const ON_2fVector &) const
ON_3dPointoperator-= (const ON_3dPoint &)
ON_3dPointoperator-= (const ON_3dVector &)
ON_3dPoint operator/ (int) const
ON_3dPoint operator/ (float) const
ON_3dPoint operator/ (double) const
ON_3dPointoperator/= (double)
bool operator< (const ON_3dPoint &) const
bool operator<= (const ON_3dPoint &) const
ON_3dPointoperator= (const ON_2dPoint &)
ON_3dPointoperator= (const ON_4dPoint &)
ON_3dPointoperator= (const ON_2dVector &)
ON_3dPointoperator= (const ON_3dVector &)
ON_3dPointoperator= (const double *)
ON_3dPointoperator= (const class ON_2fPoint &)
ON_3dPointoperator= (const class ON_3fPoint &)
ON_3dPointoperator= (const class ON_4fPoint &)
ON_3dPointoperator= (const class ON_2fVector &)
ON_3dPointoperator= (const class ON_3fVector &)
ON_3dPointoperator= (const float *)
bool operator== (const ON_3dPoint &) const
bool operator> (const ON_3dPoint &) const
bool operator>= (const ON_3dPoint &) const
double & operator[] (int)
double operator[] (int) const
double & operator[] (unsigned int)
double operator[] (unsigned int) const
void Rotate (double angle, const ON_3dVector &axis, const ON_3dPoint &center)
void Rotate (double sin_angle, double cos_angle, const ON_3dVector &axis, const ON_3dPoint &center)
void Set (double x, double y, double z)
void Transform (const ON_Xform &)
void Zero ()

Public Attributes

double x
double y
double z

Static Public Attributes

static const ON_3dPoint Origin
static const ON_3dPoint UnsetPoint

Detailed Description

Definition at line 418 of file opennurbs_point.h.


Constructor & Destructor Documentation

Definition at line 4097 of file opennurbs_point.cpp.

ON_3dPoint::ON_3dPoint ( double  x,
double  y,
double  z 
)

Definition at line 4146 of file opennurbs_point.cpp.

Definition at line 4149 of file opennurbs_point.cpp.

Definition at line 4152 of file opennurbs_point.cpp.

Definition at line 4161 of file opennurbs_point.cpp.

Definition at line 4164 of file opennurbs_point.cpp.

ON_3dPoint::ON_3dPoint ( const double *  p)

Definition at line 4136 of file opennurbs_point.cpp.

ON_3dPoint::ON_3dPoint ( const class ON_2fPoint )
ON_3dPoint::ON_3dPoint ( const class ON_3fPoint )
ON_3dPoint::ON_3dPoint ( const class ON_4fPoint )
ON_3dPoint::ON_3dPoint ( const class ON_2fVector )
ON_3dPoint::ON_3dPoint ( const class ON_3fVector )
ON_3dPoint::ON_3dPoint ( const float *  p)

Definition at line 4100 of file opennurbs_point.cpp.


Member Function Documentation

double ON_3dPoint::DistanceTo ( const ON_3dPoint p) const

Definition at line 4513 of file opennurbs_point.cpp.

double ON_3dPoint::Fuzz ( double  tolerance = ON_ZERO_TOLERANCE) const

Definition at line 1244 of file opennurbs_point.cpp.

bool ON_3dPoint::IsUnsetPoint ( ) const

Definition at line 6171 of file opennurbs_point.cpp.

bool ON_3dPoint::IsValid ( ) const

Definition at line 6166 of file opennurbs_point.cpp.

Definition at line 4523 of file opennurbs_point.cpp.

Definition at line 4518 of file opennurbs_point.cpp.

Definition at line 4534 of file opennurbs_point.cpp.

Definition at line 4529 of file opennurbs_point.cpp.

ON_3dPoint::operator const double * ( ) const

Definition at line 4172 of file opennurbs_point.cpp.

ON_3dPoint::operator double * ( )

Definition at line 4167 of file opennurbs_point.cpp.

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

Definition at line 4462 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator* ( int  i) const

Definition at line 4327 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator* ( float  f) const

Definition at line 4333 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator* ( double  d) const

Definition at line 4339 of file opennurbs_point.cpp.

double ON_3dPoint::operator* ( const ON_3dPoint h) const

Definition at line 4442 of file opennurbs_point.cpp.

double ON_3dPoint::operator* ( const ON_3dVector h) const

Definition at line 4447 of file opennurbs_point.cpp.

double ON_3dPoint::operator* ( const ON_4dPoint h) const

Definition at line 4452 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator* ( const ON_Xform xform) const

Definition at line 1229 of file opennurbs_point.cpp.

ON_3dPoint & ON_3dPoint::operator*= ( double  d)

Definition at line 4278 of file opennurbs_point.cpp.

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

Definition at line 4362 of file opennurbs_point.cpp.

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

Definition at line 4367 of file opennurbs_point.cpp.

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

Definition at line 4382 of file opennurbs_point.cpp.

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

Definition at line 4387 of file opennurbs_point.cpp.

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

Definition at line 4402 of file opennurbs_point.cpp.

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

Definition at line 4407 of file opennurbs_point.cpp.

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

Definition at line 4422 of file opennurbs_point.cpp.

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

Definition at line 4427 of file opennurbs_point.cpp.

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

Definition at line 4295 of file opennurbs_point.cpp.

ON_3dPoint & ON_3dPoint::operator+= ( const ON_3dVector v)

Definition at line 4303 of file opennurbs_point.cpp.

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

Definition at line 4372 of file opennurbs_point.cpp.

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

Definition at line 4377 of file opennurbs_point.cpp.

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

Definition at line 4392 of file opennurbs_point.cpp.

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

Definition at line 4397 of file opennurbs_point.cpp.

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

Definition at line 4412 of file opennurbs_point.cpp.

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

Definition at line 4417 of file opennurbs_point.cpp.

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

Definition at line 4432 of file opennurbs_point.cpp.

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

Definition at line 4437 of file opennurbs_point.cpp.

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

Definition at line 4311 of file opennurbs_point.cpp.

ON_3dPoint & ON_3dPoint::operator-= ( const ON_3dVector v)

Definition at line 4319 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator/ ( int  i) const

Definition at line 4344 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator/ ( float  f) const

Definition at line 4350 of file opennurbs_point.cpp.

ON_3dPoint ON_3dPoint::operator/ ( double  d) const

Definition at line 4356 of file opennurbs_point.cpp.

ON_3dPoint & ON_3dPoint::operator/= ( double  d)

Definition at line 4286 of file opennurbs_point.cpp.

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

Definition at line 4479 of file opennurbs_point.cpp.

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

Definition at line 4467 of file opennurbs_point.cpp.

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

Definition at line 4203 of file opennurbs_point.cpp.

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

Definition at line 4211 of file opennurbs_point.cpp.

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

Definition at line 4220 of file opennurbs_point.cpp.

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

Definition at line 4228 of file opennurbs_point.cpp.

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

Definition at line 4190 of file opennurbs_point.cpp.

ON_3dPoint& ON_3dPoint::operator= ( const class ON_2fPoint )
ON_3dPoint& ON_3dPoint::operator= ( const class ON_3fPoint )
ON_3dPoint& ON_3dPoint::operator= ( const class ON_4fPoint )
ON_3dPoint& ON_3dPoint::operator= ( const class ON_2fVector )
ON_3dPoint& ON_3dPoint::operator= ( const class ON_3fVector )
ON_3dPoint & ON_3dPoint::operator= ( const float *  p)

Definition at line 4177 of file opennurbs_point.cpp.

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

Definition at line 4457 of file opennurbs_point.cpp.

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

Definition at line 4485 of file opennurbs_point.cpp.

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

Definition at line 4473 of file opennurbs_point.cpp.

double & ON_3dPoint::operator[] ( int  i)

Definition at line 4496 of file opennurbs_point.cpp.

double ON_3dPoint::operator[] ( int  i) const

Definition at line 4491 of file opennurbs_point.cpp.

double & ON_3dPoint::operator[] ( unsigned int  i)

Definition at line 4507 of file opennurbs_point.cpp.

double ON_3dPoint::operator[] ( unsigned int  i) const

Definition at line 4502 of file opennurbs_point.cpp.

void ON_3dPoint::Rotate ( double  angle,
const ON_3dVector axis,
const ON_3dPoint center 
)

Definition at line 997 of file opennurbs_point.cpp.

void ON_3dPoint::Rotate ( double  sin_angle,
double  cos_angle,
const ON_3dVector axis,
const ON_3dPoint center 
)

Definition at line 1006 of file opennurbs_point.cpp.

void ON_3dPoint::Set ( double  x,
double  y,
double  z 
)

Definition at line 6192 of file opennurbs_point.cpp.

void ON_3dPoint::Transform ( const ON_Xform xform)

Definition at line 682 of file opennurbs_point.cpp.

void ON_3dPoint::Zero ( )

Definition at line 4540 of file opennurbs_point.cpp.


Member Data Documentation

Definition at line 423 of file opennurbs_point.h.

Definition at line 424 of file opennurbs_point.h.

double ON_3dPoint::x

Definition at line 421 of file opennurbs_point.h.

double ON_3dPoint::y

Definition at line 421 of file opennurbs_point.h.

double ON_3dPoint::z

Definition at line 421 of file opennurbs_point.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