Show / Hide Table of Contents

Class TrianglePrismBound

Inheritance
System.Object
TrianglePrismBound
Implements
IBound
System.Collections.Generic.IEnumerable<Cell>
System.Collections.IEnumerable
Namespace: Sylves
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
public int layerMax
Field Value
Type Description
System.Int32

layerMin

Declaration
public int layerMin
Field Value
Type Description
System.Int32

triangleBound

Declaration
public TriangleBound triangleBound
Field Value
Type Description
TriangleBound

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
Type Name Description
TrianglePrismBound other
Returns
Type Description
TrianglePrismBound

Union(TrianglePrismBound)

Declaration
public TrianglePrismBound Union(TrianglePrismBound other)
Parameters
Type Name Description
TrianglePrismBound other
Returns
Type Description
TrianglePrismBound

Implements

IBound
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
In This Article
Back to top Generated by DocFX