- identity() - 类 中的方法com.hanyeah.geom.HMatrix
-
调用 identity() 方法后,生成的矩阵具有以下属性:a=1、b=0、c=0、d=1、tx=0 和 ty=0。
- inflate(double, double) - 类 中的方法com.hanyeah.geom.HRectangle
-
按指定量增加 HRectangle 对象的大小(以像素为单位)。
- inflate(HPoint) - 类 中的方法com.hanyeah.geom.HRectangle
-
按指定量增加 HRectangle 对象的大小(以像素为单位)。
- interpolate(HPoint, HPoint, double) - 类 中的方法com.hanyeah.geom.HPoint
-
确定两个指定点之间的点。
- intersection(HRectangle) - 类 中的方法com.hanyeah.geom.HRectangle
-
如果在 toIntersect 参数中指定的 HRectangle 对象与此 HRectangle 对象相交,则返回交集区域作为 HRectangle 对象。
- intersects(HRectangle) - 类 中的方法com.hanyeah.geom.HRectangle
-
确定在 toIntersect 参数中指定的对象是否与此 HRectangle 对象相交。
- invert() - 类 中的方法com.hanyeah.geom.HMatrix
-
执行原始矩阵的逆转换。
- isEmpty() - 类 中的方法com.hanyeah.geom.HRectangle
-
确定此 HRectangle 对象是否为空。