Class TrianglePrismBound
Inheritance
System.Object
TrianglePrismBound
Implements
System.Collections.Generic.IEnumerable<
Cell>
System.Collections.IEnumerable
Assembly: Sylves.dll
Syntax
public class TrianglePrismBound : Object, IBound
Constructors
TrianglePrismBound(TriangleBound, Int32, Int32)
Declaration
public TrianglePrismBound(TriangleBound triangleBound, int layerMin, int layerMax)
Parameters
Type |
Name |
Description |
TriangleBound |
triangleBound |
|
System.Int32 |
layerMin |
|
System.Int32 |
layerMax |
|
Fields
layerMax
Declaration
Field Value
Type |
Description |
System.Int32 |
|
layerMin
Declaration
Field Value
Type |
Description |
System.Int32 |
|
triangleBound
Declaration
public TriangleBound triangleBound
Field Value
Methods
Contains(Cell)
Declaration
public bool Contains(Cell v)
Parameters
Type |
Name |
Description |
Cell |
v |
|
Returns
Type |
Description |
System.Boolean |
|
GetEnumerator()
Declaration
public IEnumerator<Cell> GetEnumerator()
Returns
Type |
Description |
System.Collections.Generic.IEnumerator<Cell> |
|
Intersect(TrianglePrismBound)
Declaration
public TrianglePrismBound Intersect(TrianglePrismBound other)
Parameters
Returns
Union(TrianglePrismBound)
Declaration
public TrianglePrismBound Union(TrianglePrismBound other)
Parameters
Returns
Implements
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable