W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
java.lang.Object
|---ohos.multimodalinput.event.MmiPoint
public class MmiPoint
extends Object
表示給定坐標(biāo)系中的 x、y 或 z 坐標(biāo)。
Since:
3
構(gòu)造函數(shù) | 描述 |
---|---|
MmiPoint(float px, float py) | 用于創(chuàng)建具有指定 x 和 y 坐標(biāo)的 MmiPoint 對象的構(gòu)造函數(shù)。 |
MmiPoint(float px, float py, float pz) | 用于創(chuàng)建具有指定 x、y 和 z 坐標(biāo)的 MmiPoint 對象的構(gòu)造函數(shù)。 |
修飾符和類型 | 方法 | 描述 |
---|---|---|
float | getX() | 獲取 x 坐標(biāo)。 |
float | getY() | 獲取 y 坐標(biāo)。 |
float | getZ() | 獲取 z 坐標(biāo)。 |
String | toString() | 獲取此 MmiPoint 對象的字符串表示形式,其中指定了 x、y 和 z 坐標(biāo)。 |
從類 java.lang.Object 繼承的方法 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
public MmiPoint(float px, float py)
用于創(chuàng)建具有指定 x 和 y 坐標(biāo)的 MmiPoint 對象的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
px | 表示 x 坐標(biāo)。 |
py | 表示 y 坐標(biāo)。 |
Since:
3
public MmiPoint(float px, float py, float pz)
用于創(chuàng)建具有指定 x、y 和 z 坐標(biāo)的 MmiPoint 對象的構(gòu)造函數(shù)。
參數(shù):
參數(shù)名稱 | 參數(shù)描述 |
---|---|
px | 表示 x 坐標(biāo)。 |
py | 表示 y 坐標(biāo)。 |
pz | 表示 z 坐標(biāo)。 |
Since:
3
public float getX()
獲取 x 坐標(biāo)。
返回:
返回 x 坐標(biāo)。
Since:
3
public float getY()
獲取 y 坐標(biāo)。
返回:
返回 y 坐標(biāo)。
Since:
3
public float getZ()
獲取 z 坐標(biāo)。
返回:
返回 z 坐標(biāo)。
Since:
3
public String toString()
獲取此 MmiPoint 對象的字符串表示形式,其中指定了 x、y 和 z 坐標(biāo)。
覆蓋:
類 Object 中的 toString
返回:
返回此 MmiPoint 對象的字符串表示形式,其中指定了 x、y 和 z 坐標(biāo),格式為 MmiPoint{px=x 坐標(biāo)值,py=y 坐標(biāo)值,pz=z 坐標(biāo)值}。
Since:
3
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: