Documentation
¶
Overview ¶
Package hyperplane defines an (N - 1)-dimensional geometric hyperplane which is embedded in the N-dimensional ambient space.
In 2D ambient space, the hyperplane is a 1D linear constraint of two variables (i.e. a line that lies on the XY-plane).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type HP ¶
type HP struct {
// contains filtered or unexported fields
}
HP defines an (N - 1)-dimensional hyperplane geometrically consisting of an N-dimensional normal vector n to the plane, and an N-dimensional offset p which relates the hyperplane to the ambient space origen.
N.B.: By arbitrary convention, vectors pointing away from N are not permissible within the half-plane.
Click to show internal directories.
Click to hide internal directories.