toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
IGenericDoubleVector
IGeneric
Double
Vector
interface
IGenericDoubleVector
Inheritors
GenericDoubleVector
Members
Members & Extensions
Properties
dimensions
Link copied to clipboard
abstract
val
dimensions
:
Int
length
Link copied to clipboard
val
IGenericDoubleVector
.
length
:
Double
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
dim
:
Int
)
:
Double
set
Link copied to clipboard
abstract
operator
fun
set
(
dim
:
Int
,
value
:
Double
)
to
String
Builder
Link copied to clipboard
fun
IGenericDoubleVector
.
toStringBuilder
(
out
:
StringBuilder
)