• 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

Class HyperRectangle

A simple multidimensional box

Inheritance
object
HyperRectangle
Implements
IHyperRectangle
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: IntersectingQuadrature
Assembly: IntersectingQuadrature.dll
Syntax
public class HyperRectangle : IHyperRectangle

Constructors

| Edit this page View Source

HyperRectangle(int)

Initializes a HyperactAngle with Center = 0 and Diameters = 0.

Declaration
public HyperRectangle(int dim)
Parameters
Type Name Description
int dim

Dimension of the Hyperrectangle

Properties

| Edit this page View Source

Center

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

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

Diameters

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

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

Dimension

Dimension of the Hyperrectangle.

Declaration
public int Dimension { get; set; }
Property Value
Type Description
int

Methods

| Edit this page View Source

UnitCube(int)

Initializes a UnitCube [-1,1]^ dim

Declaration
public static HyperRectangle UnitCube(int dim)
Parameters
Type Name Description
int dim
Returns
Type Description
HyperRectangle

HyperactAngle with Center = 0 and Diameters = 2.

Implements

IHyperRectangle
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX