bindbc-raylib ~master (2021-10-15T13:02:18Z)
Dub
Repo
pDrawTriangleFan
bindbc
raylib
bind
shapes
Draw a triangle fan defined by points (first vertex is the center)
version(!BindRaylib_Static)
extern (
C
) @
nogc
nothrow
alias
pDrawTriangleFan
=
void
function
(
Vector2
*
points
,
int
numPoints
,
Color
color
)
Meta
Source
See Implementation
bindbc
raylib
bind
shapes
aliases
pCheckCollisionCircleRec
pCheckCollisionCircles
pCheckCollisionPointCircle
pCheckCollisionPointRec
pCheckCollisionPointTriangle
pCheckCollisionRecs
pDrawCircle
pDrawCircleGradient
pDrawCircleLines
pDrawCircleSector
pDrawCircleSectorLines
pDrawCircleV
pDrawEllipse
pDrawEllipseLines
pDrawLine
pDrawLineBezier
pDrawLineEx
pDrawLineStrip
pDrawLineV
pDrawPixel
pDrawPixelV
pDrawPoly
pDrawPolyLines
pDrawRectangle
pDrawRectangleGradientEx
pDrawRectangleGradientH
pDrawRectangleGradientV
pDrawRectangleLines
pDrawRectangleLinesEx
pDrawRectanglePro
pDrawRectangleRec
pDrawRectangleRounded
pDrawRectangleRoundedLines
pDrawRectangleV
pDrawRing
pDrawRingLines
pDrawTriangle
pDrawTriangleFan
pDrawTriangleLines
pDrawTriangleStrip
pGetCollisionRec
static variables
CheckCollisionCircleRec
CheckCollisionCircles
CheckCollisionPointCircle
CheckCollisionPointRec
CheckCollisionPointTriangle
CheckCollisionRecs
DrawCircle
DrawCircleGradient
DrawCircleLines
DrawCircleSector
DrawCircleSectorLines
DrawCircleV
DrawEllipse
DrawEllipseLines
DrawLine
DrawLineBezier
DrawLineEx
DrawLineStrip
DrawLineV
DrawPixel
DrawPixelV
DrawPoly
DrawPolyLines
DrawRectangle
DrawRectangleGradientEx
DrawRectangleGradientH
DrawRectangleGradientV
DrawRectangleLines
DrawRectangleLinesEx
DrawRectanglePro
DrawRectangleRec
DrawRectangleRounded
DrawRectangleRoundedLines
DrawRectangleV
DrawRing
DrawRingLines
DrawTriangle
DrawTriangleFan
DrawTriangleLines
DrawTriangleStrip
GetCollisionRec
Draw a triangle fan defined by points (first vertex is the center)