| 程序包 | 说明 |
|---|---|
| cn.jimmiez.pcu.common.graphics.curve | |
| cn.jimmiez.pcu.model |
This package provides some entity classes which represent point cloud or
polygonal mesh.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
Interpolator.interpolate(EntityGraph<javax.vecmath.Point3d> points)
Give a skeleton, represented as an acyclic graph, this method will interpolate
several points between every two points.
|
void |
CardinalInterpolator.interpolate(EntityGraph<javax.vecmath.Point3d> graph)
Give a skeleton, represented as an acyclic graph, this method will interpolate
several points between every two points.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
Skeleton
Use a undirected acyclic graph for representing a curve skeleton
|
Copyright © 2019. All rights reserved.