Extent3D


public final class Extent3D


A structure representing the width, height, and depth/layer count of a 3D region.

Summary

Public constructors

Extent3D(int width, int height, int depthOrArrayLayers)

Public methods

final int
final int

The height of the extent.

final int

The width of the extent.

final void
setDepthOrArrayLayers(int depthOrArrayLayers)
final void
setHeight(int height)

The height of the extent.

final void
setWidth(int width)

The width of the extent.

Public constructors

Extent3D

Added in 1.0.0-alpha01
public Extent3D(int width, int height, int depthOrArrayLayers)

Public methods

getDepthOrArrayLayers

Added in 1.0.0-alpha01
public final int getDepthOrArrayLayers()

getHeight

Added in 1.0.0-alpha01
public final int getHeight()

The height of the extent.

getWidth

Added in 1.0.0-alpha01
public final int getWidth()

The width of the extent.

setDepthOrArrayLayers

Added in 1.0.0-alpha01
public final void setDepthOrArrayLayers(int depthOrArrayLayers)

setHeight

Added in 1.0.0-alpha01
public final void setHeight(int height)

The height of the extent.

setWidth

Added in 1.0.0-alpha01
public final void setWidth(int width)

The width of the extent.