FLImaging 7.6.11.1
FLImaging::Base::TPoint< T > 클래스 템플릿 참조

점을 표현하는 간략화된 클래스 더 자세히 ...

#include <TPoint.h>

Public 멤버 함수

 TPoint ()
 기본 생성자
 TPoint (const TPoint< int8_t > &tp)
 복사 생성자
 TPoint (const TPoint< int8_t > *pTp)
 복사 생성자
 TPoint (const TPoint< uint8_t > &tp)
 복사 생성자
 TPoint (const TPoint< uint8_t > *pTp)
 복사 생성자
 TPoint (const TPoint< int16_t > &tp)
 복사 생성자
 TPoint (const TPoint< int16_t > *pTp)
 복사 생성자
 TPoint (const TPoint< uint16_t > &tp)
 복사 생성자
 TPoint (const TPoint< uint16_t > *pTp)
 복사 생성자
 TPoint (const TPoint< int32_t > &tp)
 복사 생성자
 TPoint (const TPoint< int32_t > *pTp)
 복사 생성자
 TPoint (const TPoint< uint32_t > &tp)
 복사 생성자
 TPoint (const TPoint< uint32_t > *pTp)
 복사 생성자
 TPoint (const TPoint< int64_t > &tp)
 복사 생성자
 TPoint (const TPoint< int64_t > *pTp)
 복사 생성자
 TPoint (const TPoint< uint64_t > &tp)
 복사 생성자
 TPoint (const TPoint< uint64_t > *pTp)
 복사 생성자
 TPoint (const TPoint< float > &tp)
 복사 생성자
 TPoint (const TPoint< float > *pTp)
 복사 생성자
 TPoint (const TPoint< double > &tp)
 복사 생성자
 TPoint (const TPoint< double > *pTp)
 복사 생성자
 TPoint (int8_t x, int8_t y)
 초기화 생성자
 TPoint (uint8_t x, uint8_t y)
 초기화 생성자
 TPoint (int16_t x, int16_t y)
 초기화 생성자
 TPoint (uint16_t x, uint16_t y)
 초기화 생성자
 TPoint (int32_t x, int32_t y)
 초기화 생성자
 TPoint (uint32_t x, uint32_t y)
 초기화 생성자
 TPoint (int64_t x, int64_t y)
 초기화 생성자
 TPoint (uint64_t x, uint64_t y)
 초기화 생성자
 TPoint (float x, float y)
 초기화 생성자
 TPoint (double x, double y)
 초기화 생성자
void Set (const TPoint< int8_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int8_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint8_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint8_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int16_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int16_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint16_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint16_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int32_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int32_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint32_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint32_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int64_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< int64_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint64_t > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< uint64_t > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< float > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< float > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< double > &tp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (const TPoint< double > *pTp)
 지정된 점 객체의 좌표를 설정합니다.
void Set (int8_t x, int8_t y)
 좌표를 설정합니다.
void Set (uint8_t x, uint8_t y)
 좌표를 설정합니다.
void Set (int16_t x, int16_t y)
 좌표를 설정합니다.
void Set (uint16_t x, uint16_t y)
 좌표를 설정합니다.
void Set (int32_t x, int32_t y)
 좌표를 설정합니다.
void Set (uint32_t x, uint32_t y)
 좌표를 설정합니다.
void Set (int64_t x, int64_t y)
 좌표를 설정합니다.
void Set (uint64_t x, uint64_t y)
 좌표를 설정합니다.
void Set (float x, float y)
 좌표를 설정합니다.
void Set (double x, double y)
 좌표를 설정합니다.
const TPoint< T > & operator= (int32_t value)
 대입 연산자
const TPoint< T > & operator= (int64_t value)
 대입 연산자
const TPoint< T > & operator= (float value)
 대입 연산자
const TPoint< T > & operator= (double value)
 대입 연산자
const TPoint< T > & operator= (const TPoint< int32_t > &tp)
 대입 연산자
const TPoint< T > & operator= (const TPoint< int64_t > &tp)
 대입 연산자
const TPoint< T > & operator= (const TPoint< float > &tp)
 대입 연산자
const TPoint< T > & operator= (const TPoint< double > &tp)
 대입 연산자
bool operator== (const TPoint< int32_t > &tp) const
 동일성 연산자
bool operator== (const TPoint< int64_t > &tp) const
 동일성 연산자
bool operator== (const TPoint< float > &tp) const
 동일성 연산자
bool operator== (const TPoint< double > &tp) const
 동일성 연산자
bool operator!= (const TPoint< int32_t > &tp) const
 부등 연산자
bool operator!= (const TPoint< int64_t > &tp) const
 부등 연산자
bool operator!= (const TPoint< float > &tp) const
 부등 연산자
bool operator!= (const TPoint< double > &tp) const
 부등 연산자
const TPoint< T > & operator+= (int32_t value)
 덧셈 대입 연산자
const TPoint< T > & operator+= (int64_t value)
 덧셈 대입 연산자
const TPoint< T > & operator+= (float value)
 덧셈 대입 연산자
const TPoint< T > & operator+= (double value)
 덧셈 대입 연산자
const TPoint< T > & operator+= (const TPoint< int32_t > &tp)
 덧셈 대입 연산자
const TPoint< T > & operator+= (const TPoint< int64_t > &tp)
 덧셈 대입 연산자
const TPoint< T > & operator+= (const TPoint< float > &tp)
 덧셈 대입 연산자
const TPoint< T > & operator+= (const TPoint< double > &tp)
 덧셈 대입 연산자
const TPoint< T > & operator-= (int32_t value)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (int64_t value)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (float value)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (double value)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (const TPoint< int32_t > &tp)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (const TPoint< int64_t > &tp)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (const TPoint< float > &tp)
 뺄셈 대입 연산자
const TPoint< T > & operator-= (const TPoint< double > &tp)
 뺄셈 대입 연산자
const TPoint< T > & operator*= (int32_t value)
 곱셈 대입 연산자
const TPoint< T > & operator*= (int64_t value)
 곱셈 대입 연산자
const TPoint< T > & operator*= (float value)
 곱셈 대입 연산자
const TPoint< T > & operator*= (double value)
 곱셈 대입 연산자
const TPoint< T > & operator*= (const TPoint< int32_t > &tp)
 곱셈 대입 연산자
const TPoint< T > & operator*= (const TPoint< int64_t > &tp)
 곱셈 대입 연산자
const TPoint< T > & operator*= (const TPoint< float > &tp)
 곱셈 대입 연산자
const TPoint< T > & operator*= (const TPoint< double > &tp)
 곱셈 대입 연산자
const TPoint< T > & operator/= (int32_t value)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (int64_t value)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (float value)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (double value)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (const TPoint< int32_t > &tp)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (const TPoint< int64_t > &tp)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (const TPoint< float > &tp)
 나눗셈 대입 연산자
const TPoint< T > & operator/= (const TPoint< double > &tp)
 나눗셈 대입 연산자
TPoint< T > operator+ (int32_t value) const
 덧셈 연산자
TPoint< T > operator+ (int64_t value) const
 덧셈 연산자
TPoint< T > operator+ (float value) const
 덧셈 연산자
TPoint< T > operator+ (double value) const
 덧셈 연산자
TPoint< T > operator+ (const TPoint< int32_t > &tp) const
 덧셈 연산자
TPoint< T > operator+ (const TPoint< int64_t > &tp) const
 덧셈 연산자
TPoint< T > operator+ (const TPoint< float > &tp) const
 덧셈 연산자
TPoint< T > operator+ (const TPoint< double > &tp) const
 덧셈 연산자
TPoint< T > operator- (int32_t value) const
 뺄셈 연산자
TPoint< T > operator- (int64_t value) const
 뺄셈 연산자
TPoint< T > operator- (float value) const
 뺄셈 연산자
TPoint< T > operator- (double value) const
 뺄셈 연산자
TPoint< T > operator- (const TPoint< int32_t > &tp) const
 뺄셈 연산자
TPoint< T > operator- (const TPoint< int64_t > &tp) const
 뺄셈 연산자
TPoint< T > operator- (const TPoint< float > &tp) const
 뺄셈 연산자
TPoint< T > operator- (const TPoint< double > &tp) const
 뺄셈 연산자
TPoint< T > operator* (int32_t value) const
 곱셈 연산자
TPoint< T > operator* (int64_t value) const
 곱셈 연산자
TPoint< T > operator* (float value) const
 곱셈 연산자
TPoint< T > operator* (double value) const
 곱셈 연산자
TPoint< T > operator* (const TPoint< int32_t > &tp) const
 곱셈 연산자
TPoint< T > operator* (const TPoint< int64_t > &tp) const
 곱셈 연산자
TPoint< T > operator* (const TPoint< float > &tp) const
 곱셈 연산자
TPoint< T > operator* (const TPoint< double > &tp) const
 곱셈 연산자
TPoint< T > operator/ (int32_t value) const
 나눗셈 연산자
TPoint< T > operator/ (int64_t value) const
 나눗셈 연산자
TPoint< T > operator/ (float value) const
 나눗셈 연산자
TPoint< T > operator/ (double value) const
 나눗셈 연산자
TPoint< T > operator/ (const TPoint< int32_t > &tp) const
 나눗셈 연산자
TPoint< T > operator/ (const TPoint< int64_t > &tp) const
 나눗셈 연산자
TPoint< T > operator/ (const TPoint< float > &tp) const
 나눗셈 연산자
TPoint< T > operator/ (const TPoint< double > &tp) const
 나눗셈 연산자

Public 속성

x
y

Friends

TPoint< T > operator+ (int32_t value, const TPoint< T > &tp)
 덧셈 연산자
TPoint< T > operator+ (int64_t value, const TPoint< T > &tp)
 덧셈 연산자
TPoint< T > operator+ (float value, const TPoint< T > &tp)
 덧셈 연산자
TPoint< T > operator+ (double value, const TPoint< T > &tp)
 덧셈 연산자
TPoint< T > operator- (int32_t value, const TPoint< T > &tp)
 뺄셈 연산자
TPoint< T > operator- (int64_t value, const TPoint< T > &tp)
 뺄셈 연산자
TPoint< T > operator- (float value, const TPoint< T > &tp)
 뺄셈 연산자
TPoint< T > operator- (double value, const TPoint< T > &tp)
 뺄셈 연산자
TPoint< T > operator* (int32_t value, const TPoint< T > &tp)
 곱셈 연산자
TPoint< T > operator* (int64_t value, const TPoint< T > &tp)
 곱셈 연산자
TPoint< T > operator* (float value, const TPoint< T > &tp)
 곱셈 연산자
TPoint< T > operator* (double value, const TPoint< T > &tp)
 곱셈 연산자
TPoint< T > operator/ (int32_t value, const TPoint< T > &tp)
 나눗셈 연산자
TPoint< T > operator/ (int64_t value, const TPoint< T > &tp)
 나눗셈 연산자
TPoint< T > operator/ (float value, const TPoint< T > &tp)
 나눗셈 연산자
TPoint< T > operator/ (double value, const TPoint< T > &tp)
 나눗셈 연산자

상세한 설명

template<typename T>
class FLImaging::Base::TPoint< T >

점을 표현하는 간략화된 클래스

기본 생성자는 성능을 위해 멤버 변수를 초기화하지 않습니다.

생성자 & 소멸자 문서화

◆ TPoint() [1/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int8_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [2/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int8_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [3/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint8_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [4/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint8_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [5/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int16_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [6/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int16_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [7/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint16_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [8/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint16_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [9/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int32_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [10/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int32_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [11/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint32_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [12/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint32_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [13/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int64_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [14/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< int64_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [15/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint64_t > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [16/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< uint64_t > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [17/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< float > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [18/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< float > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [19/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< double > & tp)
inline

복사 생성자

매개변수
[in]tp복사할 원본 점 객체

◆ TPoint() [20/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( const TPoint< double > * pTp)
inline

복사 생성자

매개변수
[in]pTp복사할 원본 점 객체

◆ TPoint() [21/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( int8_t x,
int8_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [22/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( uint8_t x,
uint8_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [23/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( int16_t x,
int16_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [24/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( uint16_t x,
uint16_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [25/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( int32_t x,
int32_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [26/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( uint32_t x,
uint32_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [27/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( int64_t x,
int64_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [28/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( uint64_t x,
uint64_t y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [29/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( float x,
float y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

◆ TPoint() [30/30]

template<typename T>
FLImaging::Base::TPoint< T >::TPoint ( double x,
double y )
inline

초기화 생성자

매개변수
[in]xX 좌표
[in]yY 좌표

멤버 함수 문서화

◆ operator!=() [1/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator!= ( const TPoint< double > & tp) const
inline

부등 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 서로 다르면 true, 그렇지 않으면 false

◆ operator!=() [2/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator!= ( const TPoint< float > & tp) const
inline

부등 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 서로 다르면 true, 그렇지 않으면 false

◆ operator!=() [3/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator!= ( const TPoint< int32_t > & tp) const
inline

부등 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 서로 다르면 true, 그렇지 않으면 false

◆ operator!=() [4/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator!= ( const TPoint< int64_t > & tp) const
inline

부등 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 서로 다르면 true, 그렇지 않으면 false

◆ operator*() [1/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( const TPoint< double > & tp) const
inline

곱셈 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [2/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( const TPoint< float > & tp) const
inline

곱셈 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [3/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( const TPoint< int32_t > & tp) const
inline

곱셈 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [4/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( const TPoint< int64_t > & tp) const
inline

곱셈 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [5/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( double value) const
inline

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [6/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( float value) const
inline

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [7/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( int32_t value) const
inline

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator*() [8/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator* ( int64_t value) const
inline

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator*=() [1/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( const TPoint< double > & tp)
inline

곱셈 대입 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [2/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( const TPoint< float > & tp)
inline

곱셈 대입 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [3/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( const TPoint< int32_t > & tp)
inline

곱셈 대입 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [4/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( const TPoint< int64_t > & tp)
inline

곱셈 대입 연산자

매개변수
[in]tp좌표를 곱할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [5/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( double value)
inline

곱셈 대입 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [6/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( float value)
inline

곱셈 대입 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [7/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( int32_t value)
inline

곱셈 대입 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator*=() [8/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator*= ( int64_t value)
inline

곱셈 대입 연산자

매개변수
[in]value모든 좌표에 곱할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+() [1/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( const TPoint< double > & tp) const
inline

덧셈 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [2/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( const TPoint< float > & tp) const
inline

덧셈 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [3/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( const TPoint< int32_t > & tp) const
inline

덧셈 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [4/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( const TPoint< int64_t > & tp) const
inline

덧셈 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [5/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( double value) const
inline

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [6/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( float value) const
inline

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [7/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( int32_t value) const
inline

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator+() [8/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator+ ( int64_t value) const
inline

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator+=() [1/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( const TPoint< double > & tp)
inline

덧셈 대입 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [2/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( const TPoint< float > & tp)
inline

덧셈 대입 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [3/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( const TPoint< int32_t > & tp)
inline

덧셈 대입 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [4/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( const TPoint< int64_t > & tp)
inline

덧셈 대입 연산자

매개변수
[in]tp좌표를 더할 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [5/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( double value)
inline

덧셈 대입 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [6/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( float value)
inline

덧셈 대입 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [7/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( int32_t value)
inline

덧셈 대입 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator+=() [8/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator+= ( int64_t value)
inline

덧셈 대입 연산자

매개변수
[in]value모든 좌표에 더할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-() [1/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( const TPoint< double > & tp) const
inline

뺄셈 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [2/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( const TPoint< float > & tp) const
inline

뺄셈 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [3/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( const TPoint< int32_t > & tp) const
inline

뺄셈 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [4/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( const TPoint< int64_t > & tp) const
inline

뺄셈 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [5/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( double value) const
inline

뺄셈 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [6/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( float value) const
inline

뺄셈 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [7/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( int32_t value) const
inline

뺄셈 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator-() [8/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator- ( int64_t value) const
inline

뺄셈 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator-=() [1/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( const TPoint< double > & tp)
inline

뺄셈 대입 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [2/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( const TPoint< float > & tp)
inline

뺄셈 대입 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [3/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( const TPoint< int32_t > & tp)
inline

뺄셈 대입 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [4/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( const TPoint< int64_t > & tp)
inline

뺄셈 대입 연산자

매개변수
[in]tp좌표를 뺄 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [5/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( double value)
inline

뺄셈 대입 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [6/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( float value)
inline

뺄셈 대입 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [7/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( int32_t value)
inline

뺄셈 대입 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator-=() [8/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator-= ( int64_t value)
inline

뺄셈 대입 연산자

매개변수
[in]value모든 좌표에서 뺄 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/() [1/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( const TPoint< double > & tp) const
inline

나눗셈 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [2/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( const TPoint< float > & tp) const
inline

나눗셈 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [3/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( const TPoint< int32_t > & tp) const
inline

나눗셈 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [4/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( const TPoint< int64_t > & tp) const
inline

나눗셈 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [5/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( double value) const
inline

나눗셈 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [6/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( float value) const
inline

나눗셈 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [7/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( int32_t value) const
inline

나눗셈 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator/() [8/8]

template<typename T>
TPoint< T > FLImaging::Base::TPoint< T >::operator/ ( int64_t value) const
inline

나눗셈 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
TPoint<T>연산 결과 점 객체

◆ operator/=() [1/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( const TPoint< double > & tp)
inline

나눗셈 대입 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [2/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( const TPoint< float > & tp)
inline

나눗셈 대입 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [3/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( const TPoint< int32_t > & tp)
inline

나눗셈 대입 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [4/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( const TPoint< int64_t > & tp)
inline

나눗셈 대입 연산자

매개변수
[in]tp좌표를 나눌 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [5/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( double value)
inline

나눗셈 대입 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [6/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( float value)
inline

나눗셈 대입 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [7/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( int32_t value)
inline

나눗셈 대입 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator/=() [8/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator/= ( int64_t value)
inline

나눗셈 대입 연산자

매개변수
[in]value모든 좌표를 나눌 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [1/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( const TPoint< double > & tp)
inline

대입 연산자

매개변수
[in]tp대입할 원본 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [2/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( const TPoint< float > & tp)
inline

대입 연산자

매개변수
[in]tp대입할 원본 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [3/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( const TPoint< int32_t > & tp)
inline

대입 연산자

매개변수
[in]tp대입할 원본 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [4/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( const TPoint< int64_t > & tp)
inline

대입 연산자

매개변수
[in]tp대입할 원본 점 객체
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [5/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( double value)
inline

대입 연산자

매개변수
[in]value모든 좌표에 대입할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [6/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( float value)
inline

대입 연산자

매개변수
[in]value모든 좌표에 대입할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [7/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( int32_t value)
inline

대입 연산자

매개변수
[in]value모든 좌표에 대입할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator=() [8/8]

template<typename T>
const TPoint< T > & FLImaging::Base::TPoint< T >::operator= ( int64_t value)
inline

대입 연산자

매개변수
[in]value모든 좌표에 대입할 값
반환값
constTPoint<T>& 자기 자신에 대한 참조

◆ operator==() [1/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator== ( const TPoint< double > & tp) const
inline

동일성 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 동일하면 true, 그렇지 않으면 false

◆ operator==() [2/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator== ( const TPoint< float > & tp) const
inline

동일성 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 동일하면 true, 그렇지 않으면 false

◆ operator==() [3/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator== ( const TPoint< int32_t > & tp) const
inline

동일성 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 동일하면 true, 그렇지 않으면 false

◆ operator==() [4/4]

template<typename T>
bool FLImaging::Base::TPoint< T >::operator== ( const TPoint< int64_t > & tp) const
inline

동일성 연산자

매개변수
[in]tp비교할 점 객체
반환값
bool두 점 객체가 동일하면 true, 그렇지 않으면 false

◆ Set() [1/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< double > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [2/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< double > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [3/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< float > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [4/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< float > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [5/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int16_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [6/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int16_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [7/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int32_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [8/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int32_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [9/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int64_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [10/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int64_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [11/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int8_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [12/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< int8_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [13/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint16_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [14/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint16_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [15/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint32_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [16/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint32_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [17/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint64_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [18/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint64_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [19/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint8_t > & tp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]tp원본 점 객체

◆ Set() [20/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( const TPoint< uint8_t > * pTp)
inline

지정된 점 객체의 좌표를 설정합니다.

매개변수
[in]pTp원본 점 객체 포인터

◆ Set() [21/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( double x,
double y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [22/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( float x,
float y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [23/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( int16_t x,
int16_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [24/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( int32_t x,
int32_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [25/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( int64_t x,
int64_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [26/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( int8_t x,
int8_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [27/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( uint16_t x,
uint16_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [28/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( uint32_t x,
uint32_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [29/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( uint64_t x,
uint64_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ Set() [30/30]

template<typename T>
void FLImaging::Base::TPoint< T >::Set ( uint8_t x,
uint8_t y )
inline

좌표를 설정합니다.

매개변수
[in]xX 좌표
[in]yY 좌표

◆ operator* [1/4]

template<typename T>
TPoint< T > operator* ( double value,
const TPoint< T > & tp )
friend

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
[in]tp곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator* [2/4]

template<typename T>
TPoint< T > operator* ( float value,
const TPoint< T > & tp )
friend

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
[in]tp곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator* [3/4]

template<typename T>
TPoint< T > operator* ( int32_t value,
const TPoint< T > & tp )
friend

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
[in]tp곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator* [4/4]

template<typename T>
TPoint< T > operator* ( int64_t value,
const TPoint< T > & tp )
friend

곱셈 연산자

매개변수
[in]value모든 좌표에 곱할 값
[in]tp곱할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+ [1/4]

template<typename T>
TPoint< T > operator+ ( double value,
const TPoint< T > & tp )
friend

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
[in]tp더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+ [2/4]

template<typename T>
TPoint< T > operator+ ( float value,
const TPoint< T > & tp )
friend

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
[in]tp더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+ [3/4]

template<typename T>
TPoint< T > operator+ ( int32_t value,
const TPoint< T > & tp )
friend

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
[in]tp더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator+ [4/4]

template<typename T>
TPoint< T > operator+ ( int64_t value,
const TPoint< T > & tp )
friend

덧셈 연산자

매개변수
[in]value모든 좌표에 더할 값
[in]tp더할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator- [1/4]

template<typename T>
TPoint< T > operator- ( double value,
const TPoint< T > & tp )
friend

뺄셈 연산자

매개변수
[in]value모든 좌표를 뺄 기준 값
[in]tp뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator- [2/4]

template<typename T>
TPoint< T > operator- ( float value,
const TPoint< T > & tp )
friend

뺄셈 연산자

매개변수
[in]value모든 좌표를 뺄 기준 값
[in]tp뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator- [3/4]

template<typename T>
TPoint< T > operator- ( int32_t value,
const TPoint< T > & tp )
friend

뺄셈 연산자

매개변수
[in]value모든 좌표를 뺄 기준 값
[in]tp뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator- [4/4]

template<typename T>
TPoint< T > operator- ( int64_t value,
const TPoint< T > & tp )
friend

뺄셈 연산자

매개변수
[in]value모든 좌표를 뺄 기준 값
[in]tp뺄 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/ [1/4]

template<typename T>
TPoint< T > operator/ ( double value,
const TPoint< T > & tp )
friend

나눗셈 연산자

매개변수
[in]value각 좌표로 나눌 값
[in]tp나눗셈의 분모로 사용할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/ [2/4]

template<typename T>
TPoint< T > operator/ ( float value,
const TPoint< T > & tp )
friend

나눗셈 연산자

매개변수
[in]value각 좌표로 나눌 값
[in]tp나눗셈의 분모로 사용할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/ [3/4]

template<typename T>
TPoint< T > operator/ ( int32_t value,
const TPoint< T > & tp )
friend

나눗셈 연산자

매개변수
[in]value각 좌표로 나눌 값
[in]tp나눗셈의 분모로 사용할 점 객체
반환값
TPoint<T>연산 결과 점 객체

◆ operator/ [4/4]

template<typename T>
TPoint< T > operator/ ( int64_t value,
const TPoint< T > & tp )
friend

나눗셈 연산자

매개변수
[in]value각 좌표로 나눌 값
[in]tp나눗셈의 분모로 사용할 점 객체
반환값
TPoint<T>연산 결과 점 객체

멤버 데이터 문서화

◆ x

template<typename T>
T FLImaging::Base::TPoint< T >::x

점의 x 좌표

◆ y

template<typename T>
T FLImaging::Base::TPoint< T >::y

점의 y 좌표