kmath-functions
/
space.kscience.kmath.interpolation
/
XYZPointSet
common
X
Y
Z
Point
Set
interface
XYZPointSet
<
X
,
Y
,
Z
> :
XYPointSet
<
X
,
Y
>
Content copied to clipboard
Functions
Properties
Functions
equals
Link copied to clipboard
common
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
open fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open fun
toString
():
String
Content copied to clipboard
Properties
size
Link copied to clipboard
common
abstract val
size
:
Int
Content copied to clipboard
x
Link copied to clipboard
common
abstract val
x
:
Buffer
<
X
>
Content copied to clipboard
y
Link copied to clipboard
common
abstract val
y
:
Buffer
<
Y
>
Content copied to clipboard
z
Link copied to clipboard
common
abstract val
z
:
Buffer
<
Z
>
Content copied to clipboard