Package-level declarations
Functions
Link copied to clipboard
Rotates the composable around the given Rotation3D
fun Modifier.rotate3D(degree: Float, axis: RotationAxis3D, pivot: NormalizedPoint3D = NormalizedPoint3D.Center): Modifier
Link copied to clipboard
Scales the composable by the given Scale3D factors, around the given pivot point.
fun Modifier.scale3D(scaleX: Float, scaleY: Float, scaleZ: Float, pivot: NormalizedPoint3D = NormalizedPoint3D.Center): Modifier