Méthode | Description | |
---|---|---|
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 ( RawList |
Identifies the points on the surface of hull.
|
|
GetConvexHull ( RawList |
Identifies the indices of points in a set which are on the outer convex hull of the set.
|
|
GetConvexHull ( RawList |
Identifies the points on the surface of hull.
|
Méthode | Description | |
---|---|---|
ComputeInitialTetrahedron ( RawList |
||
FindNormal ( RawList |
||
GetExtremePoint ( Vector3 &direction, RawList |
||
GetExtremePoints ( Vector3 &direction, RawList |
||
IsTriangleVisibleFromPoint ( RawList |
||
MaintainEdge ( int a, int b, RawList |
||
RemoveInsidePoints ( RawList |
||
VerifyWindings ( RawList |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
Résultat | void |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
indices | IList |
List of indices composing the triangulated surface of the convex hull. /// Each group of 3 indices represents a triangle on the surface of the hull. |
Résultat | void |
public static GetConvexHull ( IList |
||
points | IList |
List of points in the set. |
outputIndices | IList |
List of indices 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. |
Résultat | void |
public static GetConvexHull ( RawList |
||
points | RawList |
List of points in the set. |
outputSurfacePoints | IList |
Unique points on the surface of the convex hull. |
Résultat | void |
public static GetConvexHull ( RawList |
||
points | RawList |
List of points in the set. |
triangleIndices | RawList |
|
Résultat | void |
public static GetConvexHull ( RawList |
||
points | RawList |
List of points in the set. |
outputIndices | RawList |
List of indices 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. |
Résultat | void |