Interface IHyperRectangle
Generalization of rectangle to arbitrary dimensions.
Namespace: IntersectingQuadrature
Assembly: IntersectingQuadrature.dll
Syntax
public interface IHyperRectangle
Properties
| Edit this page View SourceCenter
Geometric center of the Hyperrectangle. A vector of Length Dimension.
Declaration
Tensor1 Center { get; }
Property Value
| Type | Description |
|---|---|
| Tensor1 |
Diameters
Diameter of each direction of the hyperrectangle. A vector of Length Dimension.
Declaration
Tensor1 Diameters { get; }
Property Value
| Type | Description |
|---|---|
| Tensor1 |
Dimension
Dimension of the Hyperrectangle.
Declaration
int Dimension { get; }
Property Value
| Type | Description |
|---|---|
| int |