wgpu4k
Toggle table of contents
0.0.2
common
Platform filter
common
Switch theme
Search in API
wgpu4k
wgpu4k
/
io.ygdrasil.webgpu
/
Origin3D
Origin3D
data
class
Origin3D
(
val
x
:
GPUIntegerCoordinate
,
val
y
:
GPUIntegerCoordinate
,
val
z
:
GPUIntegerCoordinate
)
Members
Constructors
Origin3D
Link copied to clipboard
constructor
(
x
:
GPUIntegerCoordinate
,
y
:
GPUIntegerCoordinate
,
z
:
GPUIntegerCoordinate
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
x
Link copied to clipboard
val
x
:
GPUIntegerCoordinate
y
Link copied to clipboard
val
y
:
GPUIntegerCoordinate
z
Link copied to clipboard
val
z
:
GPUIntegerCoordinate
Functions
to
Array
Link copied to clipboard
fun
toArray
(
)
:
Array
<
GPUIntegerCoordinate
>