Method | Description | |
---|---|---|
DrawAABB ( |
||
DrawCircle ( |
||
DrawPoint ( |
||
DrawPolygon ( |
||
DrawSegment ( |
||
DrawSolidCircle ( |
||
DrawSolidPolygon ( |
||
DrawString ( int x, int y, string str ) : void | ||
DrawXForm ( |
||
InitTextRenderer ( Tao openGlCtrl ) : void |
public static DrawAABB ( |
||
aabb | ||
c | ||
return | void |
public DrawCircle ( |
||
center | ||
radius | float | |
color | ||
return | void |
public static DrawPoint ( |
||
p | ||
size | float | |
color | ||
return | void |
public DrawPolygon ( |
||
vertices | ||
vertexCount | int | |
color | ||
return | void |
public DrawSegment ( |
||
p1 | ||
p2 | ||
color | ||
return | void |
public DrawSolidCircle ( |
||
center | ||
radius | float | |
axis | ||
color | ||
return | void |
public DrawSolidPolygon ( |
||
vertices | ||
vertexCount | int | |
color | ||
return | void |
public static DrawString ( int x, int y, string str ) : void | ||
x | int | |
y | int | |
str | string | |
return | void |
public static InitTextRenderer ( Tao openGlCtrl ) : void | ||
openGlCtrl | Tao | |
return | void |