Struct ConvexHull
Syntax
Fields
ConvexRadius
Declaration
public float ConvexRadius
Field Value
Type |
Description |
System.Single |
|
Properties
FaceLinks
Declaration
public BlobArray.Accessor<ConvexHull.Edge> FaceLinks { get; }
Property Value
Faces
Declaration
public BlobArray.Accessor<ConvexHull.Face> Faces { get; }
Property Value
FaceVertexIndices
Declaration
public BlobArray.Accessor<byte> FaceVertexIndices { get; }
Property Value
FaceVertexIndicesPtr
Declaration
public byte *FaceVertexIndicesPtr { get; }
Property Value
Type |
Description |
System.Byte* |
|
NumFaces
Declaration
public int NumFaces { get; }
Property Value
Type |
Description |
System.Int32 |
|
NumVertices
Declaration
public int NumVertices { get; }
Property Value
Type |
Description |
System.Int32 |
|
Planes
Declaration
public BlobArray.Accessor<Plane> Planes { get; }
Property Value
VertexEdges
Declaration
public BlobArray.Accessor<ConvexHull.Edge> VertexEdges { get; }
Property Value
Vertices
Declaration
public BlobArray.Accessor<float3> Vertices { get; }
Property Value
VerticesPtr
Declaration
public float3*VerticesPtr { get; }
Property Value
Methods
GetSupportingFace(float3)
Declaration
public int GetSupportingFace(float3 direction)
Parameters
Type |
Name |
Description |
float3 |
direction |
|
Returns
Type |
Description |
System.Int32 |
|
GetSupportingFace(float3, Int32)
Declaration
public int GetSupportingFace(float3 direction, int supportingVertexIndex)
Parameters
Type |
Name |
Description |
float3 |
direction |
|
System.Int32 |
supportingVertexIndex |
|
Returns
Type |
Description |
System.Int32 |
|