• Api Documentation
Show / Hide Table of Contents
  • IntersectingQuadrature
    • HyperRectangle
    • IHyperRectangle
    • IQuadrater
    • Methods
    • Quadrature
    • QuadratureNode
    • QuadratureRule
    • Symbol
  • IntersectingQuadrature.Tensor
    • Algebra
    • ConstantPolynomial
    • GradientComponent
    • IScalarFunction
    • IVectorFunction
    • LinearPolynomial
    • LinearVectorPolynomial
    • QuadraticPolynomial
    • QuadraticVectorPolynomial
    • ScalarComposition
    • Tensor1
    • Tensor2
    • Tensor3
    • VectorComposition

Interface IHyperRectangle

Generalization of rectangle to arbitrary dimensions.

Namespace: IntersectingQuadrature
Assembly: IntersectingQuadrature.dll
Syntax
public interface IHyperRectangle

Properties

| Edit this page View Source

Center

Geometric center of the Hyperrectangle. A vector of Length Dimension.

Declaration
Tensor1 Center { get; }
Property Value
Type Description
Tensor1
| Edit this page View Source

Diameters

Diameter of each direction of the hyperrectangle. A vector of Length Dimension.

Declaration
Tensor1 Diameters { get; }
Property Value
Type Description
Tensor1
| Edit this page View Source

Dimension

Dimension of the Hyperrectangle.

Declaration
int Dimension { get; }
Property Value
Type Description
int
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX