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.
파일 보기 프로젝트 열기: accord-net/framework 1 사용 예제들

공개 메소드들

메소드 설명
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