Handbook
Glossary
draw-cylinder ( position radiusTop radiusBottom height slices color -- )
Vocabulary
raylib
Inputs
position
a
Vector3
radiusTop
a
float
radiusBottom
a
float
height
a
float
slices
an
int
color
a
Color
Outputs
None
Word description
Draw a cylinder/cone
Definition
USING:
alien.c-types
alien.syntax
;
IN:
raylib
LIBRARY:
raylib
FUNCTION-ALIAS:
draw-cylinder
void
DrawCylinder
(
Vector3
position,
float
radiusTop,
float
radiusBottom,
float
height,
int
slices,
Color
color )