Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-05-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-05-15 UTC."],[],[],null,["# MutablePoint\n============\n\nArtifact: [androidx.graphics:graphics-shapes](/jetpack/androidx/releases/graphics) \n[View Source](https://cs.android.com/search?q=file:androidx/graphics/shapes/Cubic.kt+class:androidx.graphics.shapes.MutablePoint) \nAdded in [1.0.0](/jetpack/androidx/releases/graphics#1.0.0)\n\n*** ** * ** ***\n\nKotlin \\|[Java](/reference/androidx/graphics/shapes/MutablePoint \"View this page in Java\")\nCommon/AllAndroid/JVM\n - Cmn \n\n ```\n interface MutablePoint\n ```\n\n*** ** * ** ***\n\nThis interface is used refer to Points that can be modified, as a scope to [PointTransformer](/reference/kotlin/androidx/graphics/shapes/PointTransformer)\n\nSummary\n-------\n\n| ### Public properties |\n|---------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|-----|\n| [Float](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-float/index.html) | [x](/reference/kotlin/androidx/graphics/shapes/MutablePoint#x()) The x coordinate of the Point | Cmn |\n| [Float](https://kotlinlang.org/api/core/kotlin-stdlib/kotlin/-float/index.html) | [y](/reference/kotlin/androidx/graphics/shapes/MutablePoint#y()) The y coordinate of the Point | Cmn |\n\nPublic properties\n-----------------\n\n### x\n\nCmn \nAdded in [1.0.0](/jetpack/androidx/releases/graphics#1.0.0) \n\n```\nvar x: Float\n```\n\nThe x coordinate of the Point \n\n### y\n\nCmn \nAdded in [1.0.0](/jetpack/androidx/releases/graphics#1.0.0) \n\n```\nvar y: Float\n```\n\nThe y coordinate of the Point"]]