DpVolumeOffset

class DpVolumeOffset


Represents the offset of an object in 3D space.

Summary

Public companion properties

DpVolumeOffset

A DpVolumeOffset with all offsets set to 0.

Public constructors

DpVolumeOffset(x: Dp, y: Dp, z: Dp)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public properties

Dp
Dp
Dp

Public companion properties

Zero

Added in 1.0.0-alpha13
val ZeroDpVolumeOffset

A DpVolumeOffset with all offsets set to 0.

Public constructors

DpVolumeOffset

Added in 1.0.0-alpha13
DpVolumeOffset(x: Dp = 0.dp, y: Dp = 0.dp, z: Dp = 0.dp)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

x

val xDp

y

val yDp

z

val zDp