public class RectUtils extends java.lang.Object
Constructor and Description |
---|
RectUtils() |
Modifier and Type | Method and Description |
---|---|
static double |
distance(FInt2 p1,
FInt2 p2)
计算两点间距离
|
static double |
distance(FRect r,
FInt2 p)
计算矩形r中心点到p的距离
|
public RectUtils()
Copyright © 2020. All rights reserved.