![]() |
FLImaging 7.5.18.3
|
Simplified class representing a 3D line. More...
#include <TLine3.h>
Public Member Functions | |
| TLine3 () | |
| default constructor | |
| TLine3 (const TLine3< int8_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int8_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint8_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint8_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int16_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int16_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint16_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint16_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int32_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int32_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint32_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint32_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int64_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< int64_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint64_t > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< uint64_t > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< float > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< float > *pTl) | |
| Copy constructor. | |
| TLine3 (const TLine3< double > &tl) | |
| Copy constructor. | |
| TLine3 (const TLine3< double > *pTl) | |
| Copy constructor. | |
| TLine3 (const TPoint3< int8_t > &tp0, const TPoint3< int8_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int8_t > *pTp0, const TPoint3< int8_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint8_t > &tp0, const TPoint3< uint8_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint8_t > *pTp0, const TPoint3< uint8_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int16_t > &tp0, const TPoint3< int16_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int16_t > *pTp0, const TPoint3< int16_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint16_t > &tp0, const TPoint3< uint16_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint16_t > *pTp0, const TPoint3< uint16_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int32_t > &tp0, const TPoint3< int32_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int32_t > *pTp0, const TPoint3< int32_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint32_t > &tp0, const TPoint3< uint32_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint32_t > *pTp0, const TPoint3< uint32_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int64_t > &tp0, const TPoint3< int64_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< int64_t > *pTp0, const TPoint3< int64_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint64_t > &tp0, const TPoint3< uint64_t > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< uint64_t > *pTp0, const TPoint3< uint64_t > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< float > &tp0, const TPoint3< float > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< float > *pTp0, const TPoint3< float > *pTp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< double > &tp0, const TPoint3< double > &tp1) | |
| Initializer constructor. | |
| TLine3 (const TPoint3< double > *pTp0, const TPoint3< double > *pTp1) | |
| Initializer constructor. | |
| TLine3 (int8_t x0, int8_t y0, int8_t z0, int8_t x1, int8_t y1, int8_t z1) | |
| initialize constructor | |
| TLine3 (uint8_t x0, uint8_t y0, uint8_t z0, uint8_t x1, uint8_t y1, uint8_t z1) | |
| initialize constructor | |
| TLine3 (int16_t x0, int16_t y0, int16_t z0, int16_t x1, int16_t y1, int16_t z1) | |
| initialize constructor | |
| TLine3 (uint16_t x0, uint16_t y0, uint16_t z0, uint16_t x1, uint16_t y1, uint16_t z1) | |
| initialize constructor | |
| TLine3 (int32_t x0, int32_t y0, int32_t z0, int32_t x1, int32_t y1, int32_t z1) | |
| initialize constructor | |
| TLine3 (uint32_t x0, uint32_t y0, uint32_t z0, uint32_t x1, uint32_t y1, uint32_t z1) | |
| initialize constructor | |
| TLine3 (int64_t x0, int64_t y0, int64_t z0, int64_t x1, int64_t y1, int64_t z1) | |
| initialize constructor | |
| TLine3 (uint64_t x0, uint64_t y0, uint64_t z0, uint64_t x1, uint64_t y1, uint64_t z1) | |
| initialize constructor | |
| TLine3 (float x0, float y0, float z0, float x1, float y1, float z1) | |
| initialize constructor | |
| TLine3 (double x0, double y0, double z0, double x1, double y1, double z1) | |
| initialize constructor | |
| void | Set (const TLine3< int8_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< int8_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< uint8_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< uint8_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< int16_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< int16_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< uint16_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< uint16_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< int32_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< int32_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< uint32_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< uint32_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< int64_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< int64_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< uint64_t > &tl) |
| Set the line. | |
| void | Set (const TLine3< uint64_t > *pTl) |
| Set the line. | |
| void | Set (const TLine3< float > &tl) |
| Set the line. | |
| void | Set (const TLine3< float > *pTl) |
| Set the line. | |
| void | Set (const TLine3< double > &tl) |
| Set the line. | |
| void | Set (const TLine3< double > *pTl) |
| Set the line. | |
| void | Set (const TPoint3< int8_t > &tp0, const TPoint3< int8_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int8_t > *pTp0, const TPoint3< int8_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint8_t > &tp0, const TPoint3< uint8_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint8_t > *pTp0, const TPoint3< uint8_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int16_t > &tp0, const TPoint3< int16_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int16_t > *pTp0, const TPoint3< int16_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint16_t > &tp0, const TPoint3< uint16_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint16_t > *pTp0, const TPoint3< uint16_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int32_t > &tp0, const TPoint3< int32_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int32_t > *pTp0, const TPoint3< int32_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint32_t > &tp0, const TPoint3< uint32_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint32_t > *pTp0, const TPoint3< uint32_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int64_t > &tp0, const TPoint3< int64_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< int64_t > *pTp0, const TPoint3< int64_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint64_t > &tp0, const TPoint3< uint64_t > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< uint64_t > *pTp0, const TPoint3< uint64_t > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< float > &tp0, const TPoint3< float > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< float > *pTp0, const TPoint3< float > *pTp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< double > &tp0, const TPoint3< double > &tp1) |
| Set the vertices of the line. | |
| void | Set (const TPoint3< double > *pTp0, const TPoint3< double > *pTp1) |
| Set the vertices of the line. | |
| void | Set (int8_t x0, int8_t y0, int8_t z0, int8_t x1, int8_t y1, int8_t z1) |
| Set the coordinates of the line. | |
| void | Set (uint8_t x0, uint8_t y0, uint8_t z0, uint8_t x1, uint8_t y1, uint8_t z1) |
| Set the coordinates of the line. | |
| void | Set (int16_t x0, int16_t y0, int16_t z0, int16_t x1, int16_t y1, int16_t z1) |
| Set the coordinates of the line. | |
| void | Set (uint16_t x0, uint16_t y0, uint16_t z0, uint16_t x1, uint16_t y1, uint16_t z1) |
| Set the coordinates of the line. | |
| void | Set (int32_t x0, int32_t y0, int32_t z0, int32_t x1, int32_t y1, int32_t z1) |
| Set the coordinates of the line. | |
| void | Set (uint32_t x0, uint32_t y0, uint32_t z0, uint32_t x1, uint32_t y1, uint32_t z1) |
| Set the coordinates of the line. | |
| void | Set (int64_t x0, int64_t y0, int64_t z0, int64_t x1, int64_t y1, int64_t z1) |
| Set the coordinates of the line. | |
| void | Set (uint64_t x0, uint64_t y0, uint64_t z0, uint64_t x1, uint64_t y1, uint64_t z1) |
| Set the coordinates of the line. | |
| void | Set (float x0, float y0, float z0, float x1, float y1, float z1) |
| Set the coordinates of the line. | |
| void | Set (double x0, double y0, double z0, double x1, double y1, double z1) |
| Set the coordinates of the line. | |
| const TLine3< T > & | operator= (int32_t value) |
| Assign the same value to all coordinates of the line. | |
| const TLine3< T > & | operator= (int64_t value) |
| Assign the same value to all coordinates of the line. | |
| const TLine3< T > & | operator= (float value) |
| Assign the same value to all coordinates of the line. | |
| const TLine3< T > & | operator= (double value) |
| Assign the same value to all coordinates of the line. | |
| const TLine3< T > & | operator= (const TPoint3< int32_t > &tp) |
| Assign a point value to all vertices of the line. | |
| const TLine3< T > & | operator= (const TPoint3< int64_t > &tp) |
| Assign a point value to all vertices of the line. | |
| const TLine3< T > & | operator= (const TPoint3< float > &tp) |
| Assign a point value to all vertices of the line. | |
| const TLine3< T > & | operator= (const TPoint3< double > &tp) |
| Assign a point value to all vertices of the line. | |
| const TLine3< T > & | operator= (const TLine3< int32_t > &tl) |
| Assign a line object. | |
| const TLine3< T > & | operator= (const TLine3< int64_t > &tl) |
| Assign a line object. | |
| const TLine3< T > & | operator= (const TLine3< float > &tl) |
| Assign a line object. | |
| const TLine3< T > & | operator= (const TLine3< double > &tl) |
| Assign a line object. | |
| bool | operator== (const TLine3< int32_t > &tl) const |
| Comparison operator. | |
| bool | operator== (const TLine3< int64_t > &tl) const |
| Comparison operator. | |
| bool | operator== (const TLine3< float > &tl) const |
| Comparison operator. | |
| bool | operator== (const TLine3< double > &tl) const |
| Comparison operator. | |
| bool | operator!= (const TLine3< int32_t > &tl) const |
| Comparison operator. | |
| bool | operator!= (const TLine3< int64_t > &tl) const |
| Comparison operator. | |
| bool | operator!= (const TLine3< float > &tl) const |
| Comparison operator. | |
| bool | operator!= (const TLine3< double > &tl) const |
| Comparison operator. | |
| const TLine3< T > & | operator+= (int32_t value) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (int64_t value) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (float value) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (double value) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TPoint3< int32_t > &tp) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TPoint3< int64_t > &tp) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TPoint3< float > &tp) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TPoint3< double > &tp) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TLine3< int32_t > &tl) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TLine3< int64_t > &tl) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TLine3< float > &tl) |
| Addition assignment operator. | |
| const TLine3< T > & | operator+= (const TLine3< double > &tl) |
| Addition assignment operator. | |
| const TLine3< T > & | operator-= (int32_t value) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (int64_t value) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (float value) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (double value) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TPoint3< int32_t > &tp) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TPoint3< int64_t > &tp) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TPoint3< float > &tp) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TPoint3< double > &tp) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TLine3< int32_t > &tl) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TLine3< int64_t > &tl) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TLine3< float > &tl) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator-= (const TLine3< double > &tl) |
| Subtraction assignment operator. | |
| const TLine3< T > & | operator*= (int32_t value) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (int64_t value) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (float value) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (double value) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TPoint3< int32_t > &tp) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TPoint3< int64_t > &tp) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TPoint3< float > &tp) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TPoint3< double > &tp) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TLine3< int32_t > &tl) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TLine3< int64_t > &tl) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TLine3< float > &tl) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator*= (const TLine3< double > &tl) |
| Multiplication assignment operator. | |
| const TLine3< T > & | operator/= (int32_t value) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (int64_t value) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (float value) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (double value) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TPoint3< int32_t > &tp) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TPoint3< int64_t > &tp) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TPoint3< float > &tp) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TPoint3< double > &tp) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TLine3< int32_t > &tl) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TLine3< int64_t > &tl) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TLine3< float > &tl) |
| Division assignment operator. | |
| const TLine3< T > & | operator/= (const TLine3< double > &tl) |
| Division assignment operator. | |
| TLine3< T > | operator+ (int32_t value) const |
| Addition operator. | |
| TLine3< T > | operator+ (int64_t value) const |
| Addition operator. | |
| TLine3< T > | operator+ (float value) const |
| Addition operator. | |
| TLine3< T > | operator+ (double value) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< int32_t > &tp) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< int64_t > &tp) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< float > &tp) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< double > &tp) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TLine3< int32_t > &tl) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TLine3< int64_t > &tl) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TLine3< float > &tl) const |
| Addition operator. | |
| TLine3< T > | operator+ (const TLine3< double > &tl) const |
| Addition operator. | |
| TLine3< T > | operator- (int32_t value) const |
| Subtraction operator. | |
| TLine3< T > | operator- (int64_t value) const |
| Subtraction operator. | |
| TLine3< T > | operator- (float value) const |
| Subtraction operator. | |
| TLine3< T > | operator- (double value) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< int32_t > &tp) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< int64_t > &tp) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< float > &tp) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< double > &tp) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TLine3< int32_t > &tl) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TLine3< int64_t > &tl) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TLine3< float > &tl) const |
| Subtraction operator. | |
| TLine3< T > | operator- (const TLine3< double > &tl) const |
| Subtraction operator. | |
| TLine3< T > | operator* (int32_t value) const |
| Multiplication operator. | |
| TLine3< T > | operator* (int64_t value) const |
| Multiplication operator. | |
| TLine3< T > | operator* (float value) const |
| Multiplication operator. | |
| TLine3< T > | operator* (double value) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< int32_t > &tp) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< int64_t > &tp) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< float > &tp) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< double > &tp) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TLine3< int32_t > &tl) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TLine3< int64_t > &tl) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TLine3< float > &tl) const |
| Multiplication operator. | |
| TLine3< T > | operator* (const TLine3< double > &tl) const |
| Multiplication operator. | |
| TLine3< T > | operator/ (int32_t value) const |
| Division operator. | |
| TLine3< T > | operator/ (int64_t value) const |
| Division operator. | |
| TLine3< T > | operator/ (float value) const |
| Division operator. | |
| TLine3< T > | operator/ (double value) const |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< int32_t > &tp) const |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< int64_t > &tp) const |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< float > &tp) const |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< double > &tp) const |
| Division operator. | |
| TLine3< T > | operator/ (const TLine3< int32_t > &tl) const |
| Division operator. | |
| TLine3< T > | operator/ (const TLine3< int64_t > &tl) const |
| Division operator. | |
| TLine3< T > | operator/ (const TLine3< float > &tl) const |
| Division operator. | |
| TLine3< T > | operator/ (const TLine3< double > &tl) const |
| Division operator. | |
Public Attributes | |
| TPoint3< T > | tpPoints [2] |
Friends | |
| TLine3< T > | operator+ (int32_t value, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (int64_t value, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (float value, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (double value, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< int32_t > &tp, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< int64_t > &tp, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< float > &tp, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator+ (const TPoint3< double > &tp, const TLine3< T > &tl) |
| Addition operator. | |
| TLine3< T > | operator- (int32_t value, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (int64_t value, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (float value, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (double value, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< int32_t > &tp, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< int64_t > &tp, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< float > &tp, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator- (const TPoint3< double > &tp, const TLine3< T > &tl) |
| Subtraction operator. | |
| TLine3< T > | operator* (int32_t value, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (int64_t value, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (float value, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (double value, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< int32_t > &tp, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< int64_t > &tp, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< float > &tp, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator* (const TPoint3< double > &tp, const TLine3< T > &tl) |
| Multiplication operator. | |
| TLine3< T > | operator/ (int32_t value, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (int64_t value, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (float value, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (double value, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< int32_t > &tp, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< int64_t > &tp, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< float > &tp, const TLine3< T > &tl) |
| Division operator. | |
| TLine3< T > | operator/ (const TPoint3< double > &tp, const TLine3< T > &tl) |
| Division operator. | |
Simplified class representing a 3D line.
The default constructor does not initialize member variables for performance.
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | tl | Source line object to copy |
|
inline |
Copy constructor.
| [in] | pTl | Source line object to copy |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | tp0 | Set the value of the first vertex |
| [in] | tp1 | Set the value of the second vertex |
|
inline |
Initializer constructor.
| [in] | pTp0 | Set the value of the first vertex |
| [in] | pTp1 | Set the value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
initialize constructor
| [in] | x0 | x value of first vertex |
| [in] | y0 | y value of first vertex |
| [in] | z0 | z value of first vertex |
| [in] | x1 | x value of the second vertex |
| [in] | y1 | y value of the second vertex |
| [in] | z1 | z value of the second vertex |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are not equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are not equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are not equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are not equal |
|
inline |
Multiplication operator.
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tp | Point value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tp | Point value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tp | Point value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | tp | Point value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply |
| TLine3<T> | Resulting line object |
|
inline |
Multiplication assignment operator.
| [in] | tl | Line object to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tl | Line object to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tl | Line object to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tl | Line object to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | tp | Point value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition operator.
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tp | Point value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tp | Point value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tp | Point value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | tp | Point value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TLine3<T> | Resulting line object |
|
inline |
Addition assignment operator.
| [in] | tl | Line object to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tl | Line object to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tl | Line object to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tl | Line object to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tp | Point value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tp | Point value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tp | Point value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | tp | Point value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction operator.
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tp | Point value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tp | Point value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tp | Point value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | tp | Point value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TLine3<T> | Resulting line object |
|
inline |
Subtraction assignment operator.
| [in] | tl | Line object to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tl | Line object to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tl | Line object to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tl | Line object to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | tp | Point value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division operator.
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tp | Point value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tp | Point value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tp | Point value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | tp | Point value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | value | Value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | value | Value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | value | Value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division operator.
| [in] | value | Value to divide |
| TLine3<T> | Resulting line object |
|
inline |
Division assignment operator.
| [in] | tl | Line object to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tl | Line object to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tl | Line object to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tl | Line object to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tp | Point value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tp | Point value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tp | Point value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | tp | Point value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | value | Value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | value | Value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | value | Value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Division assignment operator.
| [in] | value | Value to divide |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a line object.
| [in] | tl | Line object to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a line object.
| [in] | tl | Line object to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a line object.
| [in] | tl | Line object to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a line object.
| [in] | tl | Line object to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a point value to all vertices of the line.
| [in] | tp | Point value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a point value to all vertices of the line.
| [in] | tp | Point value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a point value to all vertices of the line.
| [in] | tp | Point value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign a point value to all vertices of the line.
| [in] | tp | Point value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign the same value to all coordinates of the line.
| [in] | value | Value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign the same value to all coordinates of the line.
| [in] | value | Value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign the same value to all coordinates of the line.
| [in] | value | Value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Assign the same value to all coordinates of the line.
| [in] | value | Value to assign |
| const | TLine3<T>& Reference to this line object |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are equal |
|
inline |
Comparison operator.
| [in] | tl | Line object to compare |
| bool | Returns true if the two lines are equal |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the line.
| [in] | tl | Line object to set |
|
inline |
Set the line.
| [in] | pTl | Line object to set |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | tp0 | First vertex of the line |
| [in] | tp1 | Second vertex of the line |
|
inline |
Set the vertices of the line.
| [in] | pTp0 | First vertex of the line |
| [in] | pTp1 | Second vertex of the line |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
inline |
Set the coordinates of the line.
| [in] | x0 | X-coordinate of the first vertex |
| [in] | y0 | Y-coordinate of the first vertex |
| [in] | z0 | Z-coordinate of the first vertex |
| [in] | x1 | X-coordinate of the second vertex |
| [in] | y1 | Y-coordinate of the second vertex |
| [in] | z1 | Z-coordinate of the second vertex |
|
friend |
Multiplication operator.
| [in] | tp | Point value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
friend |
Multiplication operator.
| [in] | tp | Point value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
friend |
Multiplication operator.
| [in] | tp | Point value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
friend |
Multiplication operator.
| [in] | tp | Point value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
Multiplication operator.
| [in] | value | Value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
Multiplication operator.
| [in] | value | Value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
Multiplication operator.
| [in] | value | Value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
Multiplication operator.
| [in] | value | Value to multiply |
| [in] | tl | Line object to multiply |
| TLine3<T> | Resulting line object |
|
friend |
Addition operator.
| [in] | tp | Point value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
friend |
Addition operator.
| [in] | tp | Point value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
friend |
Addition operator.
| [in] | tp | Point value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
friend |
Addition operator.
| [in] | tp | Point value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
Addition operator.
| [in] | value | Value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
Addition operator.
| [in] | value | Value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
Addition operator.
| [in] | value | Value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
Addition operator.
| [in] | value | Value to add |
| [in] | tl | Line object to add |
| TLine3<T> | Resulting line object |
|
friend |
Subtraction operator.
| [in] | tp | Point value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
friend |
Subtraction operator.
| [in] | tp | Point value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
friend |
Subtraction operator.
| [in] | tp | Point value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
friend |
Subtraction operator.
| [in] | tp | Point value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
Subtraction operator.
| [in] | value | Value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
Subtraction operator.
| [in] | value | Value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
Subtraction operator.
| [in] | value | Value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
Subtraction operator.
| [in] | value | Value to subtract |
| [in] | tl | Line object to subtract |
| TLine3<T> | Resulting line object |
|
friend |
Division operator.
| [in] | tp | Point value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
friend |
Division operator.
| [in] | tp | Point value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
friend |
Division operator.
| [in] | tp | Point value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
|
friend |
Division operator.
| [in] | tp | Point value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
Division operator.
| [in] | value | Value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
Division operator.
| [in] | value | Value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
Division operator.
| [in] | value | Value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
Division operator.
| [in] | value | Value to divide |
| [in] | tl | Line object to divide |
| TLine3<T> | Resulting line object |
| TPoint3<T> FLImaging::Base::TLine3< T >::tpPoints[2] |
Vertices of a line