QCAD
Open Source 2D CAD
Loading...
Searching...
No Matches
ON_4fPoint Class Reference

#include <opennurbs_fpoint.h>

Public Member Functions

double MaximumCoordinate () const
 
int MaximumCoordinateIndex () const
 
bool Normalize ()
 
 ON_4fPoint ()
 
 ON_4fPoint (const double *)
 
 ON_4fPoint (const float *)
 
 ON_4fPoint (const ON_2dPoint &)
 
 ON_4fPoint (const ON_2dVector &)
 
 ON_4fPoint (const ON_2fPoint &)
 
 ON_4fPoint (const ON_2fVector &)
 
 ON_4fPoint (const ON_3dPoint &)
 
 ON_4fPoint (const ON_3dVector &)
 
 ON_4fPoint (const ON_3fPoint &)
 
 ON_4fPoint (const ON_3fVector &)
 
 ON_4fPoint (const ON_4dPoint &)
 
 ON_4fPoint (float x, float y, float z, float w)
 
 operator const float * () const
 
 operator float * ()
 
bool operator!= (const ON_4fPoint &) const
 
float operator* (const ON_4fPoint &) const
 
ON_4fPoint operator* (float) const
 
ON_4fPointoperator*= (float)
 
ON_4fPoint operator+ (const ON_4fPoint &) const
 
ON_4fPointoperator+= (const ON_4fPoint &)
 
ON_4fPoint operator- (const ON_4fPoint &) const
 
ON_4fPointoperator-= (const ON_4fPoint &)
 
ON_4fPoint operator/ (float) const
 
ON_4fPointoperator/= (float)
 
ON_4fPointoperator= (const double *)
 
ON_4fPointoperator= (const float *)
 
ON_4fPointoperator= (const ON_2dPoint &)
 
ON_4fPointoperator= (const ON_2dVector &)
 
ON_4fPointoperator= (const ON_2fPoint &)
 
ON_4fPointoperator= (const ON_2fVector &)
 
ON_4fPointoperator= (const ON_3dPoint &)
 
ON_4fPointoperator= (const ON_3dVector &)
 
ON_4fPointoperator= (const ON_3fPoint &)
 
ON_4fPointoperator= (const ON_3fVector &)
 
ON_4fPointoperator= (const ON_4dPoint &)
 
bool operator== (ON_4fPoint) const
 
float & operator[] (int)
 
float operator[] (int) const
 
void Set (float, float, float, float)
 
void Transform (const ON_Xform &)
 
void Zero ()
 

Public Attributes

float w
 
float x
 
float y
 
float z
 

Constructor & Destructor Documentation

◆ ON_4fPoint() [1/13]

ON_4fPoint::ON_4fPoint ( )

◆ ON_4fPoint() [2/13]

ON_4fPoint::ON_4fPoint ( float x,
float y,
float z,
float w )

◆ ON_4fPoint() [3/13]

ON_4fPoint::ON_4fPoint ( const ON_2fPoint & p)

◆ ON_4fPoint() [4/13]

ON_4fPoint::ON_4fPoint ( const ON_3fPoint & p)

◆ ON_4fPoint() [5/13]

ON_4fPoint::ON_4fPoint ( const ON_2fVector & v)

◆ ON_4fPoint() [6/13]

ON_4fPoint::ON_4fPoint ( const ON_3fVector & v)

◆ ON_4fPoint() [7/13]

ON_4fPoint::ON_4fPoint ( const float * p)

◆ ON_4fPoint() [8/13]

ON_4fPoint::ON_4fPoint ( const ON_2dPoint & p)

◆ ON_4fPoint() [9/13]

ON_4fPoint::ON_4fPoint ( const ON_3dPoint & p)

◆ ON_4fPoint() [10/13]

ON_4fPoint::ON_4fPoint ( const ON_4dPoint & p)

◆ ON_4fPoint() [11/13]

ON_4fPoint::ON_4fPoint ( const ON_2dVector & v)

◆ ON_4fPoint() [12/13]

ON_4fPoint::ON_4fPoint ( const ON_3dVector & v)

◆ ON_4fPoint() [13/13]

ON_4fPoint::ON_4fPoint ( const double * p)

Member Function Documentation

◆ MaximumCoordinate()

double ON_4fPoint::MaximumCoordinate ( ) const

◆ MaximumCoordinateIndex()

int ON_4fPoint::MaximumCoordinateIndex ( ) const

◆ Normalize()

bool ON_4fPoint::Normalize ( )

◆ operator const float *()

ON_4fPoint::operator const float * ( ) const

◆ operator float *()

ON_4fPoint::operator float * ( )

◆ operator!=()

bool ON_4fPoint::operator!= ( const ON_4fPoint & p) const

◆ operator*() [1/2]

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

◆ operator*() [2/2]

ON_4fPoint ON_4fPoint::operator* ( float d) const

◆ operator*=()

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

◆ operator+()

ON_4fPoint ON_4fPoint::operator+ ( const ON_4fPoint & p) const

◆ operator+=()

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

◆ operator-()

ON_4fPoint ON_4fPoint::operator- ( const ON_4fPoint & p) const

◆ operator-=()

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

◆ operator/()

ON_4fPoint ON_4fPoint::operator/ ( float d) const

◆ operator/=()

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

◆ operator=() [1/11]

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

◆ operator=() [2/11]

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

◆ operator=() [3/11]

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

◆ operator=() [4/11]

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

◆ operator=() [5/11]

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

◆ operator=() [6/11]

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

◆ operator=() [7/11]

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

◆ operator=() [8/11]

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

◆ operator=() [9/11]

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

◆ operator=() [10/11]

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

◆ operator=() [11/11]

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

◆ operator==()

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

◆ operator[]() [1/2]

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

◆ operator[]() [2/2]

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

◆ Set()

void ON_4fPoint::Set ( float xx,
float yy,
float zz,
float ww )

◆ Transform()

void ON_4fPoint::Transform ( const ON_Xform & xform)

◆ Zero()

void ON_4fPoint::Zero ( )

Member Data Documentation

◆ w

float ON_4fPoint::w

◆ x

float ON_4fPoint::x

◆ y

float ON_4fPoint::y

◆ z

float ON_4fPoint::z

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