Point Cloud Library (PCL) 1.15.1
Loading...
Searching...
No Matches
ON_3dPoint Class Reference

#include <pcl/surface/3rdparty/opennurbs/opennurbs_point.h>

Public Member Functions

 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 double * ()
 operator const double * () 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 *)
ON_3dPointoperator*= (double)
ON_3dPointoperator/= (double)
ON_3dPointoperator+= (const ON_3dPoint &)
ON_3dPointoperator+= (const ON_3dVector &)
ON_3dPointoperator-= (const ON_3dPoint &)
ON_3dPointoperator-= (const ON_3dVector &)
ON_3dPoint operator* (int) const
ON_3dPoint operator/ (int) const
ON_3dPoint operator* (float) const
ON_3dPoint operator/ (float) const
ON_3dPoint operator* (double) const
ON_3dPoint operator/ (double) const
ON_3dPoint operator+ (const ON_3dPoint &) const
ON_3dPoint operator+ (const ON_3dVector &) const
ON_3dVector 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_3dVector 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_3dVector 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_3dVector operator- (const ON_2fPoint &) const
ON_3dPoint operator- (const ON_2fVector &) 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
bool operator== (const ON_3dPoint &) const
bool operator!= (const ON_3dPoint &) const
bool operator<= (const ON_3dPoint &) const
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
bool IsValid () const
bool IsUnsetPoint () const
void Set (double x, double y, double z)
double DistanceTo (const ON_3dPoint &) const
int MaximumCoordinateIndex () const
double MaximumCoordinate () const
int MinimumCoordinateIndex () const
double MinimumCoordinate () const
double Fuzz (double tolerance=ON_ZERO_TOLERANCE) const
void Zero ()
void Transform (const ON_Xform &)
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)

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

◆ ON_3dPoint() [1/13]

◆ ON_3dPoint() [2/13]

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

References x, y, and z.

◆ ON_3dPoint() [3/13]

ON_3dPoint::ON_3dPoint ( const ON_2dPoint & )

◆ ON_3dPoint() [4/13]

ON_3dPoint::ON_3dPoint ( const ON_4dPoint & )

◆ ON_3dPoint() [5/13]

ON_3dPoint::ON_3dPoint ( const ON_2dVector & )

◆ ON_3dPoint() [6/13]

ON_3dPoint::ON_3dPoint ( const ON_3dVector & )

◆ ON_3dPoint() [7/13]

ON_3dPoint::ON_3dPoint ( const double * )

◆ ON_3dPoint() [8/13]

ON_3dPoint::ON_3dPoint ( const class ON_2fPoint & )

◆ ON_3dPoint() [9/13]

ON_3dPoint::ON_3dPoint ( const class ON_3fPoint & )

◆ ON_3dPoint() [10/13]

ON_3dPoint::ON_3dPoint ( const class ON_4fPoint & )

◆ ON_3dPoint() [11/13]

ON_3dPoint::ON_3dPoint ( const class ON_2fVector & )

◆ ON_3dPoint() [12/13]

ON_3dPoint::ON_3dPoint ( const class ON_3fVector & )

◆ ON_3dPoint() [13/13]

ON_3dPoint::ON_3dPoint ( const float * )

Member Function Documentation

◆ DistanceTo()

double ON_3dPoint::DistanceTo ( const ON_3dPoint & ) const

References ON_3dPoint().

◆ Fuzz()

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

◆ IsUnsetPoint()

bool ON_3dPoint::IsUnsetPoint ( ) const

◆ IsValid()

bool ON_3dPoint::IsValid ( ) const

◆ MaximumCoordinate()

double ON_3dPoint::MaximumCoordinate ( ) const

◆ MaximumCoordinateIndex()

int ON_3dPoint::MaximumCoordinateIndex ( ) const

◆ MinimumCoordinate()

double ON_3dPoint::MinimumCoordinate ( ) const

◆ MinimumCoordinateIndex()

int ON_3dPoint::MinimumCoordinateIndex ( ) const

◆ operator const double *()

ON_3dPoint::operator const double * ( ) const

◆ operator double *()

ON_3dPoint::operator double * ( )

◆ operator!=()

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

References ON_3dPoint().

◆ operator*() [1/7]

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

References ON_3dPoint().

◆ operator*() [2/7]

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

◆ operator*() [3/7]

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

◆ operator*() [4/7]

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

References ON_3dPoint().

◆ operator*() [5/7]

ON_3dPoint ON_3dPoint::operator* ( double ) const

References ON_3dPoint().

◆ operator*() [6/7]

ON_3dPoint ON_3dPoint::operator* ( float ) const

References ON_3dPoint().

◆ operator*() [7/7]

ON_3dPoint ON_3dPoint::operator* ( int ) const

References ON_3dPoint().

◆ operator*=()

ON_3dPoint & ON_3dPoint::operator*= ( double )

References ON_3dPoint().

◆ operator+() [1/8]

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

References ON_3dPoint().

◆ operator+() [2/8]

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

References ON_3dPoint().

◆ operator+() [3/8]

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

References ON_3dPoint().

◆ operator+() [4/8]

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

References ON_3dPoint().

◆ operator+() [5/8]

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

References ON_3dPoint().

◆ operator+() [6/8]

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

References ON_3dPoint().

◆ operator+() [7/8]

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

References ON_3dPoint().

◆ operator+() [8/8]

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

References ON_3dPoint().

◆ operator+=() [1/2]

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

References ON_3dPoint().

◆ operator+=() [2/2]

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

References ON_3dPoint().

◆ operator-() [1/8]

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

◆ operator-() [2/8]

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

References ON_3dPoint().

◆ operator-() [3/8]

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

◆ operator-() [4/8]

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

References ON_3dPoint().

◆ operator-() [5/8]

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

References ON_3dPoint().

◆ operator-() [6/8]

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

References ON_3dPoint().

◆ operator-() [7/8]

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

◆ operator-() [8/8]

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

References ON_3dPoint().

◆ operator-=() [1/2]

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

References ON_3dPoint().

◆ operator-=() [2/2]

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

References ON_3dPoint().

◆ operator/() [1/3]

ON_3dPoint ON_3dPoint::operator/ ( double ) const

References ON_3dPoint().

◆ operator/() [2/3]

ON_3dPoint ON_3dPoint::operator/ ( float ) const

References ON_3dPoint().

◆ operator/() [3/3]

ON_3dPoint ON_3dPoint::operator/ ( int ) const

References ON_3dPoint().

◆ operator/=()

ON_3dPoint & ON_3dPoint::operator/= ( double )

References ON_3dPoint().

◆ operator<()

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

References ON_3dPoint().

◆ operator<=()

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

References ON_3dPoint().

◆ operator=() [1/11]

ON_3dPoint & ON_3dPoint::operator= ( const class ON_2fPoint & )

References ON_3dPoint().

◆ operator=() [2/11]

ON_3dPoint & ON_3dPoint::operator= ( const class ON_2fVector & )

References ON_3dPoint().

◆ operator=() [3/11]

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

References ON_3dPoint().

◆ operator=() [4/11]

ON_3dPoint & ON_3dPoint::operator= ( const class ON_3fVector & )

References ON_3dPoint().

◆ operator=() [5/11]

ON_3dPoint & ON_3dPoint::operator= ( const class ON_4fPoint & )

References ON_3dPoint().

◆ operator=() [6/11]

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

References ON_3dPoint().

◆ operator=() [7/11]

ON_3dPoint & ON_3dPoint::operator= ( const float * )

References ON_3dPoint().

◆ operator=() [8/11]

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

References ON_3dPoint().

◆ operator=() [9/11]

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

References ON_3dPoint().

◆ operator=() [10/11]

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

References ON_3dPoint().

◆ operator=() [11/11]

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

References ON_3dPoint().

◆ operator==()

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

References ON_3dPoint().

◆ operator>()

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

References ON_3dPoint().

◆ operator>=()

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

References ON_3dPoint().

◆ operator[]() [1/4]

double & ON_3dPoint::operator[] ( int )

◆ operator[]() [2/4]

double ON_3dPoint::operator[] ( int ) const

◆ operator[]() [3/4]

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

◆ operator[]() [4/4]

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

◆ Rotate() [1/2]

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

References ON_3dPoint().

◆ Rotate() [2/2]

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

References ON_3dPoint().

◆ Set()

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

References x, y, and z.

◆ Transform()

void ON_3dPoint::Transform ( const ON_Xform & )

◆ Zero()

void ON_3dPoint::Zero ( )

Member Data Documentation

◆ Origin

const ON_3dPoint ON_3dPoint::Origin
static

Definition at line 423 of file opennurbs_point.h.

◆ UnsetPoint

const ON_3dPoint ON_3dPoint::UnsetPoint
static

Definition at line 424 of file opennurbs_point.h.

◆ x

double ON_3dPoint::x

Definition at line 421 of file opennurbs_point.h.

Referenced by ON_3dPoint(), and Set().

◆ y

double ON_3dPoint::y

Definition at line 421 of file opennurbs_point.h.

Referenced by ON_3dPoint(), and Set().

◆ z

double ON_3dPoint::z

Definition at line 421 of file opennurbs_point.h.

Referenced by ON_3dPoint(), and Set().


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