![]() |
FLImaging 7.6.11.1
|
Simplified class representing a quadrangle. More...
#include <TQuad.h>
Public Member Functions | |
| TQuad () | |
| Default constructor. | |
| TQuad (T tLTX, T tLTY, T tRTX, T tRTY, T tRBX, T tRBY, T tLBX, T tLBY) | |
| Constructs a quadrilateral using four corner coordinates. | |
| TQuad (const TQuad< int8_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< int8_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint8_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint8_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< int16_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< int16_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint16_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint16_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< int32_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< int32_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint32_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint32_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< int64_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< int64_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint64_t > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< uint64_t > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< float > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< float > *pTq) | |
| Copy constructor. | |
| TQuad (const TQuad< double > &tq) | |
| Copy constructor. | |
| TQuad (const TQuad< double > *pTq) | |
| Copy constructor. | |
| TQuad (const TPoint< int8_t > &tpLT, const TPoint< int8_t > &tpRT, const TPoint< int8_t > &tpRB, const TPoint< int8_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< int8_t > *pTpLT, const TPoint< int8_t > *pTpRT, const TPoint< int8_t > *pTpRB, const TPoint< int8_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< uint8_t > &tpLT, const TPoint< uint8_t > &tpRT, const TPoint< uint8_t > &tpRB, const TPoint< uint8_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< uint8_t > *pTpLT, const TPoint< uint8_t > *pTpRT, const TPoint< uint8_t > *pTpRB, const TPoint< uint8_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< int16_t > &tpLT, const TPoint< int16_t > &tpRT, const TPoint< int16_t > &tpRB, const TPoint< int16_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< int16_t > *pTpLT, const TPoint< int16_t > *pTpRT, const TPoint< int16_t > *pTpRB, const TPoint< int16_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< uint16_t > &tpLT, const TPoint< uint16_t > &tpRT, const TPoint< uint16_t > &tpRB, const TPoint< uint16_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< uint16_t > *pTpLT, const TPoint< uint16_t > *pTpRT, const TPoint< uint16_t > *pTpRB, const TPoint< uint16_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< int32_t > &tpLT, const TPoint< int32_t > &tpRT, const TPoint< int32_t > &tpRB, const TPoint< int32_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< int32_t > *pTpLT, const TPoint< int32_t > *pTpRT, const TPoint< int32_t > *pTpRB, const TPoint< int32_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< uint32_t > &tpLT, const TPoint< uint32_t > &tpRT, const TPoint< uint32_t > &tpRB, const TPoint< uint32_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< uint32_t > *pTpLT, const TPoint< uint32_t > *pTpRT, const TPoint< uint32_t > *pTpRB, const TPoint< uint32_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< int64_t > &tpLT, const TPoint< int64_t > &tpRT, const TPoint< int64_t > &tpRB, const TPoint< int64_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< int64_t > *pTpLT, const TPoint< int64_t > *pTpRT, const TPoint< int64_t > *pTpRB, const TPoint< int64_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< uint64_t > &tpLT, const TPoint< uint64_t > &tpRT, const TPoint< uint64_t > &tpRB, const TPoint< uint64_t > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< uint64_t > *pTpLT, const TPoint< uint64_t > *pTpRT, const TPoint< uint64_t > *pTpRB, const TPoint< uint64_t > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< float > &tpLT, const TPoint< float > &tpRT, const TPoint< float > &tpRB, const TPoint< float > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< float > *pTpLT, const TPoint< float > *pTpRT, const TPoint< float > *pTpRB, const TPoint< float > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| TQuad (const TPoint< double > &tpLT, const TPoint< double > &tpRT, const TPoint< double > &tpRB, const TPoint< double > &tpLB) | |
| Constructs a quadrilateral using four corner points. | |
| TQuad (const TPoint< double > *pTpLT, const TPoint< double > *pTpRT, const TPoint< double > *pTpRB, const TPoint< double > *pTpLB) | |
| Constructs a quadrilateral using pointers to four corner points. | |
| void | Set (T tLTX, T tLTY, T tRTX, T tRTY, T tRBX, T tRBY, T tLBX, T tLBY) |
| Sets the quadrilateral using four corner coordinates. | |
| void | Set (const TQuad< int8_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int8_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint8_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint8_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int16_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int16_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint16_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint16_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int32_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int32_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint32_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint32_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int64_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< int64_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint64_t > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< uint64_t > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< float > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< float > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< double > &tq) |
| Sets the quadrilateral. | |
| void | Set (const TQuad< double > *pTq) |
| Sets the quadrilateral. | |
| void | Set (const TPoint< int8_t > &tpLT, const TPoint< int8_t > &tpRT, const TPoint< int8_t > &tpRB, const TPoint< int8_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< int8_t > *pTpLT, const TPoint< int8_t > *pTpRT, const TPoint< int8_t > *pTpRB, const TPoint< int8_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< uint8_t > &tpLT, const TPoint< uint8_t > &tpRT, const TPoint< uint8_t > &tpRB, const TPoint< uint8_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< uint8_t > *pTpLT, const TPoint< uint8_t > *pTpRT, const TPoint< uint8_t > *pTpRB, const TPoint< uint8_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< int16_t > &tpLT, const TPoint< int16_t > &tpRT, const TPoint< int16_t > &tpRB, const TPoint< int16_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< int16_t > *pTpLT, const TPoint< int16_t > *pTpRT, const TPoint< int16_t > *pTpRB, const TPoint< int16_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< uint16_t > &tpLT, const TPoint< uint16_t > &tpRT, const TPoint< uint16_t > &tpRB, const TPoint< uint16_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< uint16_t > *pTpLT, const TPoint< uint16_t > *pTpRT, const TPoint< uint16_t > *pTpRB, const TPoint< uint16_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< int32_t > &tpLT, const TPoint< int32_t > &tpRT, const TPoint< int32_t > &tpRB, const TPoint< int32_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< int32_t > *pTpLT, const TPoint< int32_t > *pTpRT, const TPoint< int32_t > *pTpRB, const TPoint< int32_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< uint32_t > &tpLT, const TPoint< uint32_t > &tpRT, const TPoint< uint32_t > &tpRB, const TPoint< uint32_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< uint32_t > *pTpLT, const TPoint< uint32_t > *pTpRT, const TPoint< uint32_t > *pTpRB, const TPoint< uint32_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< int64_t > &tpLT, const TPoint< int64_t > &tpRT, const TPoint< int64_t > &tpRB, const TPoint< int64_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< int64_t > *pTpLT, const TPoint< int64_t > *pTpRT, const TPoint< int64_t > *pTpRB, const TPoint< int64_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< uint64_t > &tpLT, const TPoint< uint64_t > &tpRT, const TPoint< uint64_t > &tpRB, const TPoint< uint64_t > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< uint64_t > *pTpLT, const TPoint< uint64_t > *pTpRT, const TPoint< uint64_t > *pTpRB, const TPoint< uint64_t > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< float > &tpLT, const TPoint< float > &tpRT, const TPoint< float > &tpRB, const TPoint< float > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< float > *pTpLT, const TPoint< float > *pTpRT, const TPoint< float > *pTpRB, const TPoint< float > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| void | Set (const TPoint< double > &tpLT, const TPoint< double > &tpRT, const TPoint< double > &tpRB, const TPoint< double > &tpLB) |
| Sets the quadrilateral using four corner points. | |
| void | Set (const TPoint< double > *pTpLT, const TPoint< double > *pTpRT, const TPoint< double > *pTpRB, const TPoint< double > *pTpLB) |
| Sets the quadrilateral using pointers to four corner points. | |
| const TQuad< T > & | operator= (int32_t value) |
| Assignment operator. | |
| const TQuad< T > & | operator= (int64_t value) |
| Assignment operator. | |
| const TQuad< T > & | operator= (float value) |
| Assignment operator. | |
| const TQuad< T > & | operator= (double value) |
| Assignment operator. | |
| const TQuad< T > & | operator= (const TQuad< int32_t > &tq) |
| Assignment operator. | |
| const TQuad< T > & | operator= (const TQuad< int64_t > &tq) |
| Assignment operator. | |
| const TQuad< T > & | operator= (const TQuad< float > &tq) |
| Assignment operator. | |
| const TQuad< T > & | operator= (const TQuad< double > &tq) |
| Assignment operator. | |
| bool | operator== (const TQuad< int32_t > &tq) |
| Equality operator. | |
| bool | operator== (const TQuad< int64_t > &tq) |
| Equality operator. | |
| bool | operator== (const TQuad< float > &tq) |
| Equality operator. | |
| bool | operator== (const TQuad< double > &tq) |
| Equality operator. | |
| bool | operator!= (const TQuad< int32_t > &tq) |
| Inequality operator. | |
| bool | operator!= (const TQuad< int64_t > &tq) |
| Inequality operator. | |
| bool | operator!= (const TQuad< float > &tq) |
| Inequality operator. | |
| bool | operator!= (const TQuad< double > &tq) |
| Inequality operator. | |
| const TQuad< T > & | operator+= (int32_t value) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (int64_t value) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (float value) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (double value) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (const TQuad< int32_t > &tq) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (const TQuad< int64_t > &tq) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (const TQuad< float > &tq) |
| Addition assignment operator. | |
| const TQuad< T > & | operator+= (const TQuad< double > &tq) |
| Addition assignment operator. | |
| const TQuad< T > & | operator-= (int32_t value) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (int64_t value) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (float value) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (double value) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (const TQuad< int32_t > &tq) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (const TQuad< int64_t > &tq) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (const TQuad< float > &tq) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator-= (const TQuad< double > &tq) |
| Subtraction assignment operator. | |
| const TQuad< T > & | operator*= (int32_t value) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (int64_t value) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (float value) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (double value) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (const TQuad< int32_t > &tq) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (const TQuad< int64_t > &tq) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (const TQuad< float > &tq) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator*= (const TQuad< double > &tq) |
| Multiplication assignment operator. | |
| const TQuad< T > & | operator/= (int32_t value) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (int64_t value) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (float value) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (double value) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (const TQuad< int32_t > &tq) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (const TQuad< int64_t > &tq) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (const TQuad< float > &tq) |
| Division assignment operator. | |
| const TQuad< T > & | operator/= (const TQuad< double > &tq) |
| Division assignment operator. | |
| TQuad< T > | operator+ (int32_t value) |
| Addition operator. | |
| TQuad< T > | operator+ (int64_t value) |
| Addition operator. | |
| TQuad< T > | operator+ (float value) |
| Addition operator. | |
| TQuad< T > | operator+ (double value) |
| Addition operator. | |
| TQuad< T > | operator+ (const TQuad< int32_t > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (const TQuad< int64_t > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (const TQuad< float > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (const TQuad< double > &tq) |
| Addition operator. | |
| TQuad< T > | operator- (int32_t value) |
| Subtraction operator. | |
| TQuad< T > | operator- (int64_t value) |
| Subtraction operator. | |
| TQuad< T > | operator- (float value) |
| Subtraction operator. | |
| TQuad< T > | operator- (double value) |
| Subtraction operator. | |
| TQuad< T > | operator- (const TQuad< int32_t > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (const TQuad< int64_t > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (const TQuad< float > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (const TQuad< double > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator* (int32_t value) |
| Multiplication operator. | |
| TQuad< T > | operator* (int64_t value) |
| Multiplication operator. | |
| TQuad< T > | operator* (float value) |
| Multiplication operator. | |
| TQuad< T > | operator* (double value) |
| Multiplication operator. | |
| TQuad< T > | operator* (const TQuad< int32_t > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (const TQuad< int64_t > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (const TQuad< float > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (const TQuad< double > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator/ (int32_t value) |
| Division operator. | |
| TQuad< T > | operator/ (int64_t value) |
| Division operator. | |
| TQuad< T > | operator/ (float value) |
| Division operator. | |
| TQuad< T > | operator/ (double value) |
| Division operator. | |
| TQuad< T > | operator/ (const TQuad< int32_t > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (const TQuad< int64_t > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (const TQuad< float > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (const TQuad< double > &tq) |
| Division operator. | |
Public Attributes | |
| TPoint< T > | tpPoints [4] |
Friends | |
| TQuad< T > | operator+ (int32_t value, const TQuad< T > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (int64_t value, const TQuad< T > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (float value, const TQuad< T > &tq) |
| Addition operator. | |
| TQuad< T > | operator+ (double value, const TQuad< T > &tq) |
| Addition operator. | |
| TQuad< T > | operator- (int32_t value, const TQuad< T > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (int64_t value, const TQuad< T > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (float value, const TQuad< T > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator- (double value, const TQuad< T > &tq) |
| Subtraction operator. | |
| TQuad< T > | operator* (int32_t value, const TQuad< T > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (int64_t value, const TQuad< T > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (float value, const TQuad< T > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator* (double value, const TQuad< T > &tq) |
| Multiplication operator. | |
| TQuad< T > | operator/ (int32_t value, const TQuad< T > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (int64_t value, const TQuad< T > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (float value, const TQuad< T > &tq) |
| Division operator. | |
| TQuad< T > | operator/ (double value, const TQuad< T > &tq) |
| Division operator. | |
Simplified class representing a quadrangle.
The default constructor does not initialize member variables for performance.
|
inline |
Constructs a quadrilateral using four corner coordinates.
| [in] | tLTX | X coordinate of the left-top point. |
| [in] | tLTY | Y coordinate of the left-top point. |
| [in] | tRTX | X coordinate of the right-top point. |
| [in] | tRTY | Y coordinate of the right-top point. |
| [in] | tRBX | X coordinate of the right-bottom point. |
| [in] | tRBY | Y coordinate of the right-bottom point. |
| [in] | tLBX | X coordinate of the left-bottom point. |
| [in] | tLBY | Y coordinate of the left-bottom point. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Copy constructor.
| [in] | tq | Source quadrilateral. |
|
inline |
Copy constructor.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Constructs a quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Constructs a quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Inequality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are not equal, otherwise false |
|
inline |
Inequality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are not equal, otherwise false |
|
inline |
Inequality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are not equal, otherwise false |
|
inline |
Inequality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are not equal, otherwise false |
|
inline |
Multiplication operator.
| [in] | tq | Quadrilateral to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | tq | Quadrilateral to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | tq | Quadrilateral to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | tq | Quadrilateral to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication operator.
| [in] | value | Value to multiply by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | tq | Quadrilateral to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | tq | Quadrilateral to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | tq | Quadrilateral to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | tq | Quadrilateral to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Multiplication assignment operator.
| [in] | value | Value to multiply by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition operator.
| [in] | tq | Quadrilateral to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | tq | Quadrilateral to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | tq | Quadrilateral to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | tq | Quadrilateral to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition operator.
| [in] | value | Value to add |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Addition assignment operator.
| [in] | tq | Quadrilateral to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | tq | Quadrilateral to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | tq | Quadrilateral to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | tq | Quadrilateral to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Addition assignment operator.
| [in] | value | Value to add |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction operator.
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction operator.
| [in] | value | Value to subtract |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | tq | Quadrilateral to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | tq | Quadrilateral to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | tq | Quadrilateral to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | tq | Quadrilateral to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Subtraction assignment operator.
| [in] | value | Value to subtract |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division operator.
| [in] | tq | Quadrilateral to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | tq | Quadrilateral to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | tq | Quadrilateral to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | tq | Quadrilateral to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | value | Value to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | value | Value to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | value | Value to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division operator.
| [in] | value | Value to divide by |
| TQuad<T> | Resulting quadrilateral |
|
inline |
Division assignment operator.
| [in] | tq | Quadrilateral to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | tq | Quadrilateral to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | tq | Quadrilateral to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | tq | Quadrilateral to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Division assignment operator.
| [in] | value | Value to divide by |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | tq | Quadrilateral to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | tq | Quadrilateral to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | tq | Quadrilateral to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | tq | Quadrilateral to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | value | Value to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | value | Value to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | value | Value to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Assignment operator.
| [in] | value | Value to assign |
| const | TQuad<T>& Reference to this quadrilateral |
|
inline |
Equality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are equal, otherwise false |
|
inline |
Equality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are equal, otherwise false |
|
inline |
Equality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are equal, otherwise false |
|
inline |
Equality operator.
| [in] | tq | Quadrilateral to compare |
| bool | true if the two quadrilaterals are equal, otherwise false |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral using four corner points.
| [in] | tpLT | Left-top point. |
| [in] | tpRT | Right-top point. |
| [in] | tpRB | Right-bottom point. |
| [in] | tpLB | Left-bottom point. |
|
inline |
Sets the quadrilateral using pointers to four corner points.
| [in] | pTpLT | Pointer to the left-top point. |
| [in] | pTpRT | Pointer to the right-top point. |
| [in] | pTpRB | Pointer to the right-bottom point. |
| [in] | pTpLB | Pointer to the left-bottom point. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | tq | Source quadrilateral. |
|
inline |
Sets the quadrilateral.
| [in] | pTq | Pointer to the source quadrilateral. |
|
inline |
Sets the quadrilateral using four corner coordinates.
| [in] | tLTX | X coordinate of the left-top point. |
| [in] | tLTY | Y coordinate of the left-top point. |
| [in] | tRTX | X coordinate of the right-top point. |
| [in] | tRTY | Y coordinate of the right-top point. |
| [in] | tRBX | X coordinate of the right-bottom point. |
| [in] | tRBY | Y coordinate of the right-bottom point. |
| [in] | tLBX | X coordinate of the left-bottom point. |
| [in] | tLBY | Y coordinate of the left-bottom point. |
Multiplication operator.
| [in] | value | Value to multiply by |
| [in] | tq | Quadrilateral to multiply |
| TQuad<T> | Resulting quadrilateral |
Multiplication operator.
| [in] | value | Value to multiply by |
| [in] | tq | Quadrilateral to multiply |
| TQuad<T> | Resulting quadrilateral |
Multiplication operator.
| [in] | value | Value to multiply by |
| [in] | tq | Quadrilateral to multiply |
| TQuad<T> | Resulting quadrilateral |
Multiplication operator.
| [in] | value | Value to multiply by |
| [in] | tq | Quadrilateral to multiply |
| TQuad<T> | Resulting quadrilateral |
Addition operator.
| [in] | value | Value to add |
| [in] | tq | Quadrilateral to add the value to |
| TQuad<T> | Resulting quadrilateral |
Addition operator.
| [in] | value | Value to add |
| [in] | tq | Quadrilateral to add the value to |
| TQuad<T> | Resulting quadrilateral |
Addition operator.
| [in] | value | Value to add |
| [in] | tq | Quadrilateral to add the value to |
| TQuad<T> | Resulting quadrilateral |
Addition operator.
| [in] | value | Value to add |
| [in] | tq | Quadrilateral to add the value to |
| TQuad<T> | Resulting quadrilateral |
Subtraction operator.
| [in] | value | Value to subtract from |
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
Subtraction operator.
| [in] | value | Value to subtract from |
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
Subtraction operator.
| [in] | value | Value to subtract from |
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
Subtraction operator.
| [in] | value | Value to subtract from |
| [in] | tq | Quadrilateral to subtract |
| TQuad<T> | Resulting quadrilateral |
Division operator.
| [in] | value | Dividend value |
| [in] | tq | Divisor quadrilateral |
| TQuad<T> | Resulting quadrilateral |
Division operator.
| [in] | value | Dividend value |
| [in] | tq | Divisor quadrilateral |
| TQuad<T> | Resulting quadrilateral |
Division operator.
| [in] | value | Dividend value |
| [in] | tq | Divisor quadrilateral |
| TQuad<T> | Resulting quadrilateral |
Division operator.
| [in] | value | Dividend value |
| [in] | tq | Divisor quadrilateral |
| TQuad<T> | Resulting quadrilateral |
| TPoint<T> FLImaging::Base::TQuad< T >::tpPoints[4] |
Four vertices of a quadrilateral