korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-math-vector
/
korlibs.math.geom
/
IDoubleVectorList
IDouble
Vector
List
interface
IDoubleVectorList
:
IsAlmostEquals
<
IDoubleVectorList
>
Inheritors
IPointList
Members
Properties
dimensions
Link copied to clipboard
abstract
val
dimensions
:
Int
size
Link copied to clipboard
abstract
val
size
:
Int
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
index
:
Int
,
dim
:
Int
)
:
Double
is
Almost
Equals
Link copied to clipboard
open
override
fun
isAlmostEquals
(
other
:
IDoubleVectorList
,
epsilon
:
Double
)
:
Boolean
is
Empty
Link copied to clipboard
open
fun
isEmpty
(
)
:
Boolean
is
Not
Empty
Link copied to clipboard
open
fun
isNotEmpty
(
)
:
Boolean