| 程序包 | 说明 |
|---|---|
| cn.jimmiez.pcu.common.graphics |
The processing of point clouds involves some knowledge of computer
graphics.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
BoundingBox
The AABoundingBox of 3d model.
|
class |
Octree.OctreeNode
The octree node in the 3d space.
|
| 限定符和类型 | 方法和说明 |
|---|---|
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
|
| 构造器和说明 |
|---|
BoundingBox(Box box) |
Copyright © 2019. All rights reserved.