Handbook
Glossary
draw-capsule ( startPos endPos radius slices rings color -- )
Vocabulary
raylib
Inputs
startPos
a
Vector3
endPos
a
Vector3
radius
a
float
slices
an
int
rings
an
int
color
a
Color
Outputs
None
Word description
Draw a capsule with the center of its sphere caps at startPos and endPos
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-capsule
void
DrawCapsule
(
Vector3
startPos,
Vector3
endPos,
float
radius,
int
slices,
int
rings,
Color
color )