DrawCylinderEx abstract method
void
DrawCylinderEx()
Draw a cylinder with base at startPos and top at endPos
Implementation
void DrawCylinderEx(
Vector3D startPos,
Vector3D endPos,
double startRadius,
double endRadius,
int sides,
ColorD color,
);