Struct ConvexHullBuilder.Vertex
Syntax
public struct Vertex : IPoolElement
Constructors
Vertex(float3, UInt32, UInt32)
Declaration
public Vertex(float3 position, uint userData, uint uid)
Parameters
Type |
Name |
Description |
float3 |
position |
|
System.UInt32 |
userData |
|
System.UInt32 |
uid |
|
Fields
Cardinality
Declaration
Field Value
Type |
Description |
System.Int32 |
|
IntPosition
Declaration
Field Value
Position
Declaration
Field Value
Uid
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
UserData
Declaration
Field Value
Type |
Description |
System.UInt32 |
|
Properties
IsAllocated
Declaration
public bool IsAllocated { get; }
Property Value
Type |
Description |
System.Boolean |
|
Implements
NextFree
Declaration
public int NextFree { get; }
Property Value
Type |
Description |
System.Int32 |
|
Implements
Explicit Interface Implementations
IPoolElement.MarkFree(Int32)
Declaration
void IPoolElement.MarkFree(int nextFree)
Parameters
Type |
Name |
Description |
System.Int32 |
nextFree |
|
Implements