932 TLine(int8_t x0, int8_t y0, int8_t x1, int8_t y1)
955 TLine(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1)
978 TLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1)
1001 TLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1)
1024 TLine(int32_t x0, int32_t y0, int32_t x1, int32_t y1)
1047 TLine(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1)
1070 TLine(int64_t x0, int64_t y0, int64_t x1, int64_t y1)
1093 TLine(uint64_t x0, uint64_t y0, uint64_t x1, uint64_t y1)
1116 TLine(
float x0,
float y0,
float x1,
float y1)
1139 TLine(
double x0,
double y0,
double x1,
double y1)
2022 void Set(int8_t x0, int8_t y0, int8_t x1, int8_t y1)
2045 void Set(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1)
2068 void Set(int16_t x0, int16_t y0, int16_t x1, int16_t y1)
2091 void Set(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1)
2114 void Set(int32_t x0, int32_t y0, int32_t x1, int32_t y1)
2137 void Set(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1)
2160 void Set(int64_t x0, int64_t y0, int64_t x1, int64_t y1)
2183 void Set(uint64_t x0, uint64_t y0, uint64_t x1, uint64_t y1)
2206 void Set(
float x0,
float y0,
float x1,
float y1)
2229 void Set(
double x0,
double y0,
double x1,
double y1)
5343 typedef TLine<int8_t> TLineC;
5344 typedef TLine<uint8_t> TLineUC;
5345 typedef TLine<int16_t> TLineS;
5346 typedef TLine<uint16_t> TLineUS;
5347 typedef TLine<int32_t> TLineL;
5348 typedef TLine<uint32_t> TLineUL;
5349 typedef TLine<int64_t> TLineLL;
5350 typedef TLine<uint64_t> TLineULL;
5351 typedef TLine<float> TLineF;
5352 typedef TLine<double> TLineD;
const TLine< T > & operator=(const TLine< int64_t > &tl)
직선 객체를 대입합니다.
Definition TLine.h:2425
bool operator!=(const TLine< int64_t > &tl) const
비교 연산자
Definition TLine.h:2568
TLine< T > operator+(const TPoint< double > &tp) const
덧셈 연산자
Definition TLine.h:3818
TLine(int8_t x0, int8_t y0, int8_t x1, int8_t y1)
초기화 생성자
Definition TLine.h:932
TLine< T > operator-(int32_t value) const
뺄셈 연산자
Definition TLine.h:3928
TLine< T > operator*(const TPoint< int32_t > &tp) const
곱셈 연산자
Definition TLine.h:4290
void Set(const TPoint< int16_t > *pTp0, const TPoint< int16_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1649
friend TLine< T > operator/(int32_t value, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5202
friend TLine< T > operator/(int64_t value, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5220
TLine(uint64_t x0, uint64_t y0, uint64_t x1, uint64_t y1)
초기화 생성자
Definition TLine.h:1093
const TLine< T > & operator*=(const TPoint< int64_t > &tp)
곱셈 대입 연산자
Definition TLine.h:3245
TLine< T > operator-(const TPoint< int32_t > &tp) const
뺄셈 연산자
Definition TLine.h:4018
void Set(int64_t x0, int64_t y0, int64_t x1, int64_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2160
void Set(int8_t x0, int8_t y0, int8_t x1, int8_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2022
TLine(const TLine< int8_t > &tl)
복사 생성자
Definition TLine.h:66
const TLine< T > & operator/=(int64_t value)
나눗셈 대입 연산자
Definition TLine.h:3417
TLine(const TPoint< uint8_t > &tp0, const TPoint< uint8_t > &tp1)
초기화 생성자
Definition TLine.h:489
TLine(const TLine< uint64_t > &tl)
복사 생성자
Definition TLine.h:325
void Set(const TPoint< int32_t > *pTp0, const TPoint< int32_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1747
TLine< T > operator-(int64_t value) const
뺄셈 연산자
Definition TLine.h:3950
const TLine< T > & operator/=(const TLine< double > &tl)
나눗셈 대입 연산자
Definition TLine.h:3635
TLine< T > operator*(int64_t value) const
곱셈 연산자
Definition TLine.h:4222
TLine(const TLine< uint64_t > *pTl)
복사 생성자
Definition TLine.h:342
bool operator!=(const TLine< int32_t > &tl) const
비교 연산자
Definition TLine.h:2552
friend TLine< T > operator/(const TPoint< float > &tp, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5316
friend TLine< T > operator-(const TPoint< double > &tp, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:5032
void Set(const TLine< uint32_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1358
void Set(const TPoint< int64_t > &tp0, const TPoint< int64_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1824
TLine< T > operator-(const TLine< int64_t > &tl) const
뺄셈 연산자
Definition TLine.h:4134
TLine(const TLine< uint32_t > &tl)
복사 생성자
Definition TLine.h:251
friend TLine< T > operator/(const TPoint< int32_t > &tp, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5276
TLine< T > operator/(const TPoint< int64_t > &tp) const
나눗셈 연산자
Definition TLine.h:4586
const TLine< T > & operator-=(const TLine< int32_t > &tl)
뺄셈 대입 연산자
Definition TLine.h:3052
TLine< T > operator+(const TLine< int32_t > &tl) const
덧셈 연산자
Definition TLine.h:3840
const TLine< T > & operator=(const TLine< double > &tl)
직선 객체를 대입합니다.
Definition TLine.h:2467
const TLine< T > & operator*=(int32_t value)
곱셈 대입 연산자
Definition TLine.h:3136
TLine(const TPoint< double > *pTp0, const TPoint< double > *pTp1)
초기화 생성자
Definition TLine.h:902
friend TLine< T > operator-(double value, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4952
void Set(const TLine< int64_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1395
void Set(const TLine< uint32_t > &tl)
직선을 설정합니다.
Definition TLine.h:1341
TLine< T > operator/(int32_t value) const
나눗셈 연산자
Definition TLine.h:4472
const TLine< T > & operator/=(const TPoint< int64_t > &tp)
나눗셈 대입 연산자
Definition TLine.h:3505
friend TLine< T > operator+(const TPoint< float > &tp, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4860
void Set(const TPoint< uint8_t > &tp0, const TPoint< uint8_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1579
friend TLine< T > operator/(const TPoint< double > &tp, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5336
const TLine< T > & operator=(const TPoint< double > &tp)
직선의 모든 정점에 동일한 점 값을 대입합니다.
Definition TLine.h:2385
void Set(const TPoint< double > &tp0, const TPoint< double > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1971
TLine< T > operator*(const TPoint< int64_t > &tp) const
곱셈 연산자
Definition TLine.h:4314
void Set(const TLine< uint16_t > &tl)
직선을 설정합니다.
Definition TLine.h:1267
friend TLine< T > operator-(const TPoint< int64_t > &tp, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4992
void Set(const TLine< int32_t > &tl)
직선을 설정합니다.
Definition TLine.h:1304
TLine(const TPoint< float > &tp0, const TPoint< float > &tp1)
초기화 생성자
Definition TLine.h:832
bool operator==(const TLine< float > &tl) const
비교 연산자
Definition TLine.h:2520
TLine< T > operator/(const TPoint< float > &tp) const
나눗셈 연산자
Definition TLine.h:4610
void Set(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2045
void Set(double x0, double y0, double x1, double y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2229
friend TLine< T > operator/(float value, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5238
TLine< T > operator-(const TLine< float > &tl) const
뺄셈 연산자
Definition TLine.h:4156
const TLine< T > & operator+=(int64_t value)
덧셈 대입 연산자
Definition TLine.h:2637
friend TLine< T > operator/(double value, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5256
void Set(const TLine< double > *pTl)
직선을 설정합니다.
Definition TLine.h:1506
friend TLine< T > operator+(float value, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4782
const TLine< T > & operator-=(const TPoint< float > &tp)
뺄셈 대입 연산자
Definition TLine.h:3008
TLine(const TPoint< double > &tp0, const TPoint< double > &tp1)
초기화 생성자
Definition TLine.h:881
const TLine< T > & operator+=(const TLine< double > &tl)
덧셈 대입 연산자
Definition TLine.h:2855
void Set(const TPoint< int16_t > &tp0, const TPoint< int16_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1628
TLine(const TLine< float > *pTl)
복사 생성자
Definition TLine.h:379
void Set(const TLine< uint64_t > &tl)
직선을 설정합니다.
Definition TLine.h:1415
TLine()
기본 생성자
Definition TLine.h:53
TLine< T > operator+(int64_t value) const
덧셈 연산자
Definition TLine.h:3678
TLine(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1)
초기화 생성자
Definition TLine.h:1001
TLine< T > operator*(const TLine< int64_t > &tl) const
곱셈 연산자
Definition TLine.h:4406
const TLine< T > & operator+=(const TLine< int32_t > &tl)
덧셈 대입 연산자
Definition TLine.h:2792
TLine(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1)
초기화 생성자
Definition TLine.h:1047
const TLine< T > & operator=(const TPoint< float > &tp)
직선의 모든 정점에 동일한 점 값을 대입합니다.
Definition TLine.h:2364
friend TLine< T > operator*(const TPoint< int64_t > &tp, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5144
TLine< T > operator/(const TLine< int32_t > &tl) const
나눗셈 연산자
Definition TLine.h:4656
friend TLine< T > operator/(const TPoint< int64_t > &tp, const TLine< T > &tl)
나눗셈 연산자
Definition TLine.h:5296
const TLine< T > & operator/=(float value)
나눗셈 대입 연산자
Definition TLine.h:3438
TLine(const TPoint< int32_t > &tp0, const TPoint< int32_t > &tp1)
초기화 생성자
Definition TLine.h:636
void Set(const TPoint< uint32_t > &tp0, const TPoint< uint32_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1775
TLine< T > operator+(int32_t value) const
덧셈 연산자
Definition TLine.h:3656
const TLine< T > & operator-=(const TLine< double > &tl)
뺄셈 대입 연산자
Definition TLine.h:3115
void Set(const TLine< int8_t > &tl)
직선을 설정합니다.
Definition TLine.h:1156
TLine(const TLine< uint32_t > *pTl)
복사 생성자
Definition TLine.h:268
void Set(const TLine< uint64_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1432
TLine(const TPoint< uint64_t > *pTp0, const TPoint< uint64_t > *pTp1)
초기화 생성자
Definition TLine.h:804
const TLine< T > & operator=(const TPoint< int32_t > &tp)
직선의 모든 정점에 동일한 점 값을 대입합니다.
Definition TLine.h:2322
TLine(const TLine< int64_t > &tl)
복사 생성자
Definition TLine.h:288
void Set(const TLine< uint8_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1210
void Set(const TPoint< uint16_t > *pTp0, const TPoint< uint16_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1698
TLine< T > operator+(double value) const
덧셈 연산자
Definition TLine.h:3722
void Set(const TLine< double > &tl)
직선을 설정합니다.
Definition TLine.h:1489
TLine(const TPoint< int64_t > &tp0, const TPoint< int64_t > &tp1)
초기화 생성자
Definition TLine.h:734
const TLine< T > & operator/=(double value)
나눗셈 대입 연산자
Definition TLine.h:3459
void Set(const TPoint< int8_t > *pTp0, const TPoint< int8_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1551
TLine(const TPoint< int16_t > &tp0, const TPoint< int16_t > &tp1)
초기화 생성자
Definition TLine.h:538
const TLine< T > & operator=(double value)
직선의 모든 좌표에 동일한 값을 대입합니다.
Definition TLine.h:2302
TLine(const TLine< uint8_t > *pTl)
복사 생성자
Definition TLine.h:120
TLine(const TPoint< int16_t > *pTp0, const TPoint< int16_t > *pTp1)
초기화 생성자
Definition TLine.h:559
TLine(const TPoint< int32_t > *pTp0, const TPoint< int32_t > *pTp1)
초기화 생성자
Definition TLine.h:657
void Set(uint32_t x0, uint32_t y0, uint32_t x1, uint32_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2137
friend TLine< T > operator+(const TPoint< double > &tp, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4880
const TLine< T > & operator-=(const TPoint< int64_t > &tp)
뺄셈 대입 연산자
Definition TLine.h:2985
void Set(const TPoint< int64_t > *pTp0, const TPoint< int64_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1845
void Set(const TLine< uint16_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1284
TLine< T > operator+(const TLine< double > &tl) const
덧셈 연산자
Definition TLine.h:3906
const TLine< T > & operator-=(float value)
뺄셈 대입 연산자
Definition TLine.h:2918
void Set(const TPoint< int32_t > &tp0, const TPoint< int32_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1726
friend TLine< T > operator+(const TPoint< int64_t > &tp, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4840
TLine< T > operator+(float value) const
덧셈 연산자
Definition TLine.h:3700
friend TLine< T > operator+(double value, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4800
const TLine< T > & operator/=(const TPoint< float > &tp)
나눗셈 대입 연산자
Definition TLine.h:3528
const TLine< T > & operator/=(const TLine< int64_t > &tl)
나눗셈 대입 연산자
Definition TLine.h:3593
friend TLine< T > operator-(int32_t value, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4898
TLine(const TLine< float > &tl)
복사 생성자
Definition TLine.h:362
TLine(const TLine< uint8_t > &tl)
복사 생성자
Definition TLine.h:103
const TLine< T > & operator-=(const TLine< float > &tl)
뺄셈 대입 연산자
Definition TLine.h:3094
TLine< T > operator/(const TPoint< int32_t > &tp) const
나눗셈 연산자
Definition TLine.h:4562
TLine< T > operator/(const TLine< double > &tl) const
나눗셈 연산자
Definition TLine.h:4722
TLine(int64_t x0, int64_t y0, int64_t x1, int64_t y1)
초기화 생성자
Definition TLine.h:1070
const TLine< T > & operator+=(int32_t value)
덧셈 대입 연산자
Definition TLine.h:2616
TLine(uint8_t x0, uint8_t y0, uint8_t x1, uint8_t y1)
초기화 생성자
Definition TLine.h:955
void Set(const TLine< int32_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1321
const TLine< T > & operator=(const TLine< float > &tl)
직선 객체를 대입합니다.
Definition TLine.h:2446
bool operator==(const TLine< int32_t > &tl) const
비교 연산자
Definition TLine.h:2488
void Set(const TLine< int8_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1173
void Set(uint16_t x0, uint16_t y0, uint16_t x1, uint16_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2091
const TLine< T > & operator+=(const TPoint< int64_t > &tp)
덧셈 대입 연산자
Definition TLine.h:2725
const TLine< T > & operator/=(const TLine< int32_t > &tl)
나눗셈 대입 연산자
Definition TLine.h:3572
void Set(const TPoint< double > *pTp0, const TPoint< double > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1992
friend TLine< T > operator-(const TPoint< float > &tp, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:5012
void Set(const TPoint< float > &tp0, const TPoint< float > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1922
const TLine< T > & operator=(const TLine< int32_t > &tl)
직선 객체를 대입합니다.
Definition TLine.h:2404
friend TLine< T > operator*(int64_t value, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5068
bool operator==(const TLine< double > &tl) const
비교 연산자
Definition TLine.h:2536
const TLine< T > & operator*=(const TLine< double > &tl)
곱셈 대입 연산자
Definition TLine.h:3375
TLine(const TPoint< int8_t > &tp0, const TPoint< int8_t > &tp1)
초기화 생성자
Definition TLine.h:440
const TLine< T > & operator*=(float value)
곱셈 대입 연산자
Definition TLine.h:3178
friend TLine< T > operator+(int64_t value, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4764
TLine< T > operator-(const TPoint< int64_t > &tp) const
뺄셈 연산자
Definition TLine.h:4042
const TLine< T > & operator*=(const TPoint< float > &tp)
곱셈 대입 연산자
Definition TLine.h:3268
void Set(const TLine< float > &tl)
직선을 설정합니다.
Definition TLine.h:1452
TLine(const TLine< int32_t > &tl)
복사 생성자
Definition TLine.h:214
TLine< T > operator*(const TPoint< double > &tp) const
곱셈 연산자
Definition TLine.h:4362
TLine< T > operator/(int64_t value) const
나눗셈 연산자
Definition TLine.h:4494
TLine(const TPoint< uint16_t > *pTp0, const TPoint< uint16_t > *pTp1)
초기화 생성자
Definition TLine.h:608
TLine< T > operator/(const TPoint< double > &tp) const
나눗셈 연산자
Definition TLine.h:4634
void Set(float x0, float y0, float x1, float y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2206
TLine(int16_t x0, int16_t y0, int16_t x1, int16_t y1)
초기화 생성자
Definition TLine.h:978
const TLine< T > & operator-=(int32_t value)
뺄셈 대입 연산자
Definition TLine.h:2876
const TLine< T > & operator=(float value)
직선의 모든 좌표에 동일한 값을 대입합니다.
Definition TLine.h:2284
TLine< T > operator*(const TPoint< float > &tp) const
곱셈 연산자
Definition TLine.h:4338
TLine(const TLine< int8_t > *pTl)
복사 생성자
Definition TLine.h:83
TLine< T > operator-(float value) const
뺄셈 연산자
Definition TLine.h:3972
TLine(int32_t x0, int32_t y0, int32_t x1, int32_t y1)
초기화 생성자
Definition TLine.h:1024
TLine(const TLine< uint16_t > *pTl)
복사 생성자
Definition TLine.h:194
void Set(const TPoint< float > *pTp0, const TPoint< float > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1943
void Set(int16_t x0, int16_t y0, int16_t x1, int16_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2068
TPoint< int8_t > tpPoints[2]
Definition TLine.h:44
TLine< T > operator-(const TPoint< float > &tp) const
뺄셈 연산자
Definition TLine.h:4066
const TLine< T > & operator+=(double value)
덧셈 대입 연산자
Definition TLine.h:2679
void Set(const TPoint< uint64_t > *pTp0, const TPoint< uint64_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1894
const TLine< T > & operator/=(const TLine< float > &tl)
나눗셈 대입 연산자
Definition TLine.h:3614
void Set(const TLine< int64_t > &tl)
직선을 설정합니다.
Definition TLine.h:1378
const TLine< T > & operator+=(const TPoint< double > &tp)
덧셈 대입 연산자
Definition TLine.h:2771
const TLine< T > & operator/=(const TPoint< double > &tp)
나눗셈 대입 연산자
Definition TLine.h:3551
TLine(const TLine< int64_t > *pTl)
복사 생성자
Definition TLine.h:305
const TLine< T > & operator*=(int64_t value)
곱셈 대입 연산자
Definition TLine.h:3157
TLine(const TLine< int16_t > *pTl)
복사 생성자
Definition TLine.h:157
bool operator!=(const TLine< float > &tl) const
비교 연산자
Definition TLine.h:2584
TLine< T > operator+(const TLine< int64_t > &tl) const
덧셈 연산자
Definition TLine.h:3862
TLine< T > operator/(float value) const
나눗셈 연산자
Definition TLine.h:4516
TLine< T > operator-(const TLine< double > &tl) const
뺄셈 연산자
Definition TLine.h:4178
friend TLine< T > operator*(double value, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5104
const TLine< T > & operator=(int32_t value)
직선의 모든 좌표에 동일한 값을 대입합니다.
Definition TLine.h:2248
TLine< T > operator+(const TPoint< int32_t > &tp) const
덧셈 연산자
Definition TLine.h:3746
const TLine< T > & operator*=(const TPoint< double > &tp)
곱셈 대입 연산자
Definition TLine.h:3291
friend TLine< T > operator*(float value, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5086
const TLine< T > & operator-=(const TLine< int64_t > &tl)
뺄셈 대입 연산자
Definition TLine.h:3073
const TLine< T > & operator*=(double value)
곱셈 대입 연산자
Definition TLine.h:3199
TLine(const TPoint< int8_t > *pTp0, const TPoint< int8_t > *pTp1)
초기화 생성자
Definition TLine.h:461
bool operator==(const TLine< int64_t > &tl) const
비교 연산자
Definition TLine.h:2504
void Set(const TPoint< uint8_t > *pTp0, const TPoint< uint8_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1600
const TLine< T > & operator+=(const TLine< float > &tl)
덧셈 대입 연산자
Definition TLine.h:2834
TLine< T > operator+(const TPoint< float > &tp) const
덧셈 연산자
Definition TLine.h:3794
TLine(float x0, float y0, float x1, float y1)
초기화 생성자
Definition TLine.h:1116
void Set(const TPoint< uint64_t > &tp0, const TPoint< uint64_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1873
void Set(const TPoint< uint16_t > &tp0, const TPoint< uint16_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1677
friend TLine< T > operator*(int32_t value, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5050
const TLine< T > & operator*=(const TPoint< int32_t > &tp)
곱셈 대입 연산자
Definition TLine.h:3222
TLine< T > operator/(double value) const
나눗셈 연산자
Definition TLine.h:4538
void Set(const TLine< float > *pTl)
직선을 설정합니다.
Definition TLine.h:1469
friend TLine< T > operator+(const TPoint< int32_t > &tp, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4820
TLine< T > operator/(const TLine< float > &tl) const
나눗셈 연산자
Definition TLine.h:4700
const TLine< T > & operator=(const TPoint< int64_t > &tp)
직선의 모든 정점에 동일한 점 값을 대입합니다.
Definition TLine.h:2343
TLine< T > operator*(const TLine< int32_t > &tl) const
곱셈 연산자
Definition TLine.h:4384
const TLine< T > & operator+=(const TPoint< int32_t > &tp)
덧셈 대입 연산자
Definition TLine.h:2702
const TLine< T > & operator-=(const TPoint< int32_t > &tp)
뺄셈 대입 연산자
Definition TLine.h:2962
const TLine< T > & operator+=(const TLine< int64_t > &tl)
덧셈 대입 연산자
Definition TLine.h:2813
TLine(const TPoint< uint8_t > *pTp0, const TPoint< uint8_t > *pTp1)
초기화 생성자
Definition TLine.h:510
TLine< T > operator-(const TPoint< double > &tp) const
뺄셈 연산자
Definition TLine.h:4090
const TLine< T > & operator-=(double value)
뺄셈 대입 연산자
Definition TLine.h:2939
TLine< T > operator+(const TPoint< int64_t > &tp) const
덧셈 연산자
Definition TLine.h:3770
void Set(const TPoint< uint32_t > *pTp0, const TPoint< uint32_t > *pTp1)
직선의 정점을 설정합니다.
Definition TLine.h:1796
const TLine< T > & operator-=(const TPoint< double > &tp)
뺄셈 대입 연산자
Definition TLine.h:3031
TLine< T > operator*(const TLine< double > &tl) const
곱셈 연산자
Definition TLine.h:4450
void Set(const TLine< uint8_t > &tl)
직선을 설정합니다.
Definition TLine.h:1193
friend TLine< T > operator*(const TPoint< int32_t > &tp, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5124
TLine(const TPoint< uint16_t > &tp0, const TPoint< uint16_t > &tp1)
초기화 생성자
Definition TLine.h:587
const TLine< T > & operator*=(const TLine< int32_t > &tl)
곱셈 대입 연산자
Definition TLine.h:3312
friend TLine< T > operator-(const TPoint< int32_t > &tp, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4972
TLine< T > operator-(double value) const
뺄셈 연산자
Definition TLine.h:3994
TLine(const TLine< double > *pTl)
복사 생성자
Definition TLine.h:416
const TLine< T > & operator/=(const TPoint< int32_t > &tp)
나눗셈 대입 연산자
Definition TLine.h:3482
const TLine< T > & operator*=(const TLine< int64_t > &tl)
곱셈 대입 연산자
Definition TLine.h:3333
TLine(const TPoint< uint32_t > *pTp0, const TPoint< uint32_t > *pTp1)
초기화 생성자
Definition TLine.h:706
void Set(uint64_t x0, uint64_t y0, uint64_t x1, uint64_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2183
TLine< T > operator-(const TLine< int32_t > &tl) const
뺄셈 연산자
Definition TLine.h:4112
friend TLine< T > operator-(float value, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4934
const TLine< T > & operator+=(const TPoint< float > &tp)
덧셈 대입 연산자
Definition TLine.h:2748
void Set(int32_t x0, int32_t y0, int32_t x1, int32_t y1)
직선의 좌표를 설정합니다.
Definition TLine.h:2114
TLine(double x0, double y0, double x1, double y1)
초기화 생성자
Definition TLine.h:1139
friend TLine< T > operator+(int32_t value, const TLine< T > &tl)
덧셈 연산자
Definition TLine.h:4746
TLine(const TLine< int16_t > &tl)
복사 생성자
Definition TLine.h:140
void Set(const TLine< int16_t > *pTl)
직선을 설정합니다.
Definition TLine.h:1247
TLine< T > operator+(const TLine< float > &tl) const
덧셈 연산자
Definition TLine.h:3884
friend TLine< T > operator*(const TPoint< double > &tp, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5184
TLine(const TPoint< int64_t > *pTp0, const TPoint< int64_t > *pTp1)
초기화 생성자
Definition TLine.h:755
TLine< T > operator*(const TLine< float > &tl) const
곱셈 연산자
Definition TLine.h:4428
void Set(const TPoint< int8_t > &tp0, const TPoint< int8_t > &tp1)
직선의 정점을 설정합니다.
Definition TLine.h:1530
friend TLine< T > operator-(int64_t value, const TLine< T > &tl)
뺄셈 연산자
Definition TLine.h:4916
bool operator!=(const TLine< double > &tl) const
비교 연산자
Definition TLine.h:2600
TLine< T > operator/(const TLine< int64_t > &tl) const
나눗셈 연산자
Definition TLine.h:4678
void Set(const TLine< int16_t > &tl)
직선을 설정합니다.
Definition TLine.h:1230
TLine(const TLine< uint16_t > &tl)
복사 생성자
Definition TLine.h:177
friend TLine< T > operator*(const TPoint< float > &tp, const TLine< T > &tl)
곱셈 연산자
Definition TLine.h:5164
TLine< T > operator*(double value) const
곱셈 연산자
Definition TLine.h:4266
const TLine< T > & operator+=(float value)
덧셈 대입 연산자
Definition TLine.h:2658
const TLine< T > & operator*=(const TLine< float > &tl)
곱셈 대입 연산자
Definition TLine.h:3354
TLine(const TPoint< float > *pTp0, const TPoint< float > *pTp1)
초기화 생성자
Definition TLine.h:853
TLine< T > operator*(int32_t value) const
곱셈 연산자
Definition TLine.h:4200
TLine(const TPoint< uint32_t > &tp0, const TPoint< uint32_t > &tp1)
초기화 생성자
Definition TLine.h:685
TLine(const TLine< int32_t > *pTl)
복사 생성자
Definition TLine.h:231
TLine(const TLine< double > &tl)
복사 생성자
Definition TLine.h:399
TLine(const TPoint< uint64_t > &tp0, const TPoint< uint64_t > &tp1)
초기화 생성자
Definition TLine.h:783
const TLine< T > & operator=(int64_t value)
직선의 모든 좌표에 동일한 값을 대입합니다.
Definition TLine.h:2266
const TLine< T > & operator-=(int64_t value)
뺄셈 대입 연산자
Definition TLine.h:2897
TLine< T > operator*(float value) const
곱셈 연산자
Definition TLine.h:4244
const TLine< T > & operator/=(int32_t value)
나눗셈 대입 연산자
Definition TLine.h:3396
점을 표현하는 간략화된 클래스
Definition TPoint.h:37
Definition AESCryptography.h:18