| 程序包 | 说明 |
|---|---|
| cn.jimmiez.pcu.common.graphics |
The processing of point clouds involves some knowledge of computer
graphics.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static boolean |
Collisions.contains(Box box,
Sphere sphere)
test if an AABBox contains a sphere
|
static boolean |
Collisions.contains(Sphere sphere,
Box box)
test if a sphere contains a box
|
static boolean |
Collisions.intersect(Box box,
Sphere sphere)
test if an AABBox intersects with a sphere
|
Copyright © 2019. All rights reserved.