kmath
common
kmath-dimensions
/
space.kscience.kmath.dimensions
/
DPointWrapper
DPoint
Wrapper
common
@
JvmInline
value
class
DPointWrapper
<
out
T
,
D
:
Dimension
>
(
point
:
Point
<
T
>
)
:
DPoint
<
T
,
D
>
Content copied to clipboard
Dimension-safe point wrapper
Constructors
Functions
Properties
Sources
Constructors
DPoint
Wrapper
Link copied to clipboard
common
fun
DPointWrapper
(
point
:
Point
<
T
>
)
Content copied to clipboard
Functions
get
Link copied to clipboard
common
open
operator override
fun
get
(
index
:
Int
)
:
T
Content copied to clipboard
iterator
Link copied to clipboard
common
open
operator override
fun
iterator
(
)
:
Iterator
<
T
>
Content copied to clipboard
Properties
point
Link copied to clipboard
common
val
point
:
Point
<
T
>
Content copied to clipboard
size
Link copied to clipboard
common
open
override
val
size
:
Int
Content copied to clipboard
Sources
common source
Link copied to clipboard