The Point object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.
Point
Point 对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。
The horizontal coordinate. Default is 0.
The vertical coordinate. Default is 0.
Creates a new Point object based on the specified coordinates.
根据指定坐标,创建一个新的 Point 对象。
The horizontal coordinate of this point.
该点的水平坐标。
The vertical coordinate of this point.
该点的垂直坐标。
静态
只读
Temporary public object for reuse.
临时使用的公用对象。
The point to be copied from
The current Point object.
Copy coordinates from another point
复制另一个点的坐标
The horizontal coordinate of the target point.
The vertical coordinate of the target point.
The distance between the current point and the target point.
Calculate the distance between the current point and the target point (x, y).
计算当前点和目标点(x,y)的距离。
Normalize the vector.
标准化向量。
Recycle to the object pool for reuse
回收到对象池,方便复用
Reset the point to (0, 0)
重置点为(0, 0)
The horizontal coordinate.
The vertical coordinate.
Sets the members of Point to the specified values.
将 Point 的成员设置为指定值。
Returns a string that contains the values of the x and y coordinates.
返回包含 x 和 y 坐标的值的字符串。
A Point object from the pool
Create from object pool
从对象池创建
En
The
Point
object represents a location in a two-dimensional coordinate system, where x represents the horizontal axis and y represents the vertical axis.Zh
Point
对象表示二维坐标系统中的某个位置,其中 x 表示水平轴,y 表示垂直轴。