[과제047] 2D Graphics 종합(점/선/원/사각형/삼각형/클리핑/곡선/변환)(09-06-14)
Subject/2D Graphics / 2010. 3. 4. 01:28
DIB → Device(DC)
DIB → DDB(HBITMAP) → Device(DC)
DIB → DIBSection(HBITMAP) → Device(DC)
Color Edit 색상선택
Pixel
- Draw Pixel
Line
- Line(일반)
- Line DDA
- Line MidPoint
Circle
- Circle(sin, cos)
- Circle(equation)
- Circle Midpoint
- Circle Midpoint With 2nd-Order Difference
----------------------------------------
Clipping
- Cohen-Surtherland
- Parameter
Rectangle
- Filling Rectangle
- Gradient Rectangle
Triangle
- Filling Triangle
- Gradient Triangle (Gouraud Shade)
- Texture Triangle
Transformation (Texture 가 입혀진 사각형(삼각형2개) 형태로)
- Scale
- Traslate
- Rotate
반응형
'Subject > 2D Graphics' 카테고리의 다른 글
[과제046] 비트맵조작, 점/선/원 비트로 그리기(2D Graphics 알고리즘)(09-06-07) (0) | 2010.03.02 |
---|