toggle menu
SceneView
androidJvm
switch theme
search in API
sceneview
/
io.github.sceneview.geometries
/
Cylinder
/
Companion
Companion
object
Companion
Members
Properties
DEFAULT_CENTER
Link copied to clipboard
val
DEFAULT_CENTER
:
Float3
DEFAULT_HEIGHT
Link copied to clipboard
val
DEFAULT_HEIGHT
:
Float
=
2.0f
DEFAULT_RADIUS
Link copied to clipboard
val
DEFAULT_RADIUS
:
Float
=
1.0f
DEFAULT_SIDE_COUNT
Link copied to clipboard
val
DEFAULT_SIDE_COUNT
:
Int
=
24
Functions
get
Indices
Link copied to clipboard
fun
getIndices
(
sideCount
:
Int
)
:
List
<
List
<
Int
>
>
get
Vertices
Link copied to clipboard
fun
getVertices
(
radius
:
Float
,
height
:
Float
,
center
:
Position
,
sideCount
:
Int
)
:
List
<
Geometry.Vertex
>