Home
last modified time | relevance | path

Searched defs:withScale (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/toruslib/torus-math/src/main/java/com/google/android/torus/math/
DAffineTransform.kt59 fun withScale(x: Float, y: Float, z: Float): AffineTransform { in withScale() method
70 fun withScale(scale: Float): AffineTransform { in withScale() method
DSphericalTransform.kt158 fun withScale(x: Float, y: Float, z: Float): SphericalTransform { in withScale() method in com.google.android.torus.math.SphericalTransform
169 fun withScale(scale: Float): SphericalTransform { in withScale() method in com.google.android.torus.math.SphericalTransform