扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.awt.geom类cubiccurve2d的类成员方法: intersects定义及介绍
发布时间:2014-2-17
本文导语:
intersects
public boolean intersects(rectangle2d r)
测试 shape 内部是否与指定 rectangle2d 内部相交。在下列情况下,shape.intersects() 方法允许 shape 实现谨慎地返回 true:
rectangle2d 与 shape 相交的可能性很大,但是
精确确定相交的计算代...
相关文章推荐: