메소드 | 설명 | |
---|---|---|
GetConvexHull ( IList |
Identifies the points on the surface of hull.
|
|
GetConvexHull ( IList |
Identifies the indices of points in a set which are on the outer convex hull of the set.
|
|
GetConvexHull ( IList |
Identifies the points on the surface of hull.
|
|
GetConvexHull ( QuickList |
Identifies the points on the surface of hull.
|
|
GetConvexHull ( QuickList |
Identifies the indices of points in a set which are on the outer convex hull of the set.
|
|
GetConvexHull ( QuickList |
Identifies the points on the surface of hull.
|
|
RemoveRedundantPoints ( IList |
Removes redundant points. Two points are redundant if they occupy the same hash grid cell of size 0.001.
|
|
RemoveRedundantPoints ( IList |
Removes redundant points. Two points are redundant if they occupy the same hash grid cell.
|
|
RemoveRedundantPoints ( QuickList |
Removes redundant points. Two points are redundant if they occupy the same hash grid cell of size 0.001.
|
|
RemoveRedundantPoints ( QuickList |
Removes redundant points. Two points are redundant if they occupy the same hash grid cell.
|
메소드 | 설명 | |
---|---|---|
ComputeInitialTetrahedron ( QuickList |
||
FindNormal ( QuickList |
||
GetExtremePoint ( Vector3 &direction, QuickList |
||
GetExtremePoints ( Vector3 &direction, QuickList |
||
IsTriangleVisibleFromPoint ( QuickList |
||
MaintainEdge ( int a, int b, QuickList |
||
RemoveInsidePoints ( QuickList |
||
VerifyWindings ( QuickList |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
리턴 | void |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
outputTriangleIndices | IList |
List of indices into the input point set composing the triangulated surface of the convex hull. /// Each group of 3 indices represents a triangle on the surface of the hull. |
리턴 | void |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
outputTriangleIndices | IList |
List of indices into the input point set composing the triangulated surface of the convex hull. /// Each group of 3 indices represents a triangle on the surface of the hull. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
리턴 | void |
public static GetConvexHull ( QuickList |
||
points | QuickList |
List of points in the set. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
리턴 | void |
public static GetConvexHull ( QuickList |
||
points | QuickList |
List of points in the set. |
outputTriangleIndices | QuickList |
List of indices into the input point set composing the triangulated surface of the convex hull. /// Each group of 3 indices represents a triangle on the surface of the hull. |
리턴 | void |
public static GetConvexHull ( QuickList |
||
points | QuickList |
List of points in the set. |
outputTriangleIndices | QuickList |
List of indices into the input point set composing the triangulated surface of the convex hull. /// Each group of 3 indices represents a triangle on the surface of the hull. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
리턴 | void |
public static RemoveRedundantPoints ( IList |
||
points | IList |
List of points to prune. |
리턴 | void |
public static RemoveRedundantPoints ( IList |
||
points | IList |
List of points to prune. |
cellSize | double | Size of cells to determine redundancy. |
리턴 | void |
public static RemoveRedundantPoints ( QuickList |
||
points | QuickList |
List of points to prune. |
리턴 | void |
public static RemoveRedundantPoints ( QuickList |
||
points | QuickList |
List of points to prune. |
cellSize | double | Size of cells to determine redundancy. |
리턴 | void |