Kone
Toggle table of contents
0.0.0-experiment
common
Platform filter
common
Switch theme
Search in API
Kone
kone.computationalGeometry
/
dev.lounres.kone.computationalGeometry.polytopes
/
PolytopicConstruction
Polytopic
Construction
interface
PolytopicConstruction
<
out
Number
,
out
Polytope
:
PolytopicConstructionPolytope
<
Number
,
Polytope
,
Vertex
>
,
out
Vertex
:
PolytopicConstructionVertex
<
Number
,
Polytope
,
Vertex
>
>
(
source
)
Inheritors
ExtendablePolytopicConstruction
ReduciblePolytopicConstruction
Members
Properties
polytopes
Link copied to clipboard
abstract
val
polytopes
:
KoneList
<
KoneReifiedSet
<
Polytope
>
>
space
Dimension
Link copied to clipboard
abstract
val
spaceDimension
:
UInt
vertices
Link copied to clipboard
abstract
val
vertices
:
KoneReifiedSet
<
Vertex
>
Functions
get
Link copied to clipboard
open
operator
fun
get
(
dim
:
UInt
)
:
KoneReifiedSet
<
Polytope
>
polytopes
Of
Dimension
Link copied to clipboard
open
fun
polytopesOfDimension
(
dim
:
UInt
)
:
KoneReifiedSet
<
Polytope
>