toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-foundation
/
korlibs.math.geom
/
GenericDoubleVector
Generic
Double
Vector
class
GenericDoubleVector
(
val
dimensions
:
Int
,
val
data
:
DoubleArray
,
val
offset
:
Int
=
0
)
:
IGenericDoubleVector
Members
Members & Extensions
Constructors
Generic
Double
Vector
Link copied to clipboard
constructor
(
vararg
data
:
Double
)
constructor
(
vararg
data
:
Float
)
constructor
(
vararg
data
:
Int
)
constructor
(
dimensions
:
Int
,
data
:
DoubleArray
,
offset
:
Int
=
0
)
Properties
data
Link copied to clipboard
val
data
:
DoubleArray
dimensions
Link copied to clipboard
open
override
val
dimensions
:
Int
length
Link copied to clipboard
val
IGenericDoubleVector
.
length
:
Double
offset
Link copied to clipboard
val
offset
:
Int
=
0
Functions
get
Link copied to clipboard
open
operator override
fun
get
(
dim
:
Int
)
:
Double
set
Link copied to clipboard
open
operator override
fun
set
(
dim
:
Int
,
value
:
Double
)
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String
to
String
Builder
Link copied to clipboard
fun
IGenericDoubleVector
.
toStringBuilder
(
out
:
StringBuilder
)