C# Класс Accord.Collections.SPCell

Region of space in a Space-Partitioning Tree. Represents an axis-aligned bounding box stored as a center with half-dimensions to represent the boundaries of this quad tree.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Contains ( double point ) : bool

Determines whether a point lies inside this cell.

SPCell ( double corner, double width ) : Accord.Math

Initializes a new instance of the SPCell class.

SPCell ( int dimension ) : Accord.Math

Initializes a new instance of the SPCell class.

Описание методов

Contains() публичный метод

Determines whether a point lies inside this cell.
public Contains ( double point ) : bool
point double The point.
Результат bool

SPCell() публичный метод

Initializes a new instance of the SPCell class.
public SPCell ( double corner, double width ) : Accord.Math
corner double The starting point of this spatial cell.
width double The widths of this spatial cell.
Результат Accord.Math

SPCell() публичный метод

Initializes a new instance of the SPCell class.
public SPCell ( int dimension ) : Accord.Math
dimension int The number of dimensions of the space.
Результат Accord.Math