Struct HalfEdge
Half edge structure
Namespace: CSG
Assembly: FlaxEngine.dll
File: Engine/CSG/HalfEdge.h
Syntax
public struct HalfEdge
Constructors
HalfEdge()
Declaration
public HalfEdge()
Fields
NextIndex
Declaration
public int32 NextIndex
Field Value
int32
|
PolygonIndex
Declaration
public int32 PolygonIndex
Field Value
int32
|
TwinIndex
Declaration
public int32 TwinIndex
Field Value
int32
|
VertexIndex
Declaration
public int32 VertexIndex
Field Value
int32
|
Methods
operator!=(const HalfEdge& b)
Declaration
public bool operator!=(const HalfEdge& b) const
Parameters
HalfEdge
b
|
Returns
bool
|
operator==(const HalfEdge& b)
Declaration
public bool operator==(const HalfEdge& b) const
Parameters
HalfEdge
b
|
Returns
bool
|