Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AABB ¶
AABB an axis aligned bounding box
type Halfedge ¶
type Halfedge struct {
// contains filtered or unexported fields
}
Halfedge holds a halfedge representation.
func (*Halfedge) DihedralAngle ¶
type Polygon ¶
type Polygon struct {
// contains filtered or unexported fields
}
Polygon is a polygon that contains multiple vertices.
func NewPolygon ¶
type Quad ¶
type Quad struct {
// contains filtered or unexported fields
}
Quad is a quadrilateral that contains four vertices
type Triangle ¶
type Triangle struct {
V1, V2, V3 Vertex
// contains filtered or unexported fields
}
Triangle is a triangle that contains three vertices.
func NewTriangle ¶
Click to show internal directories.
Click to hide internal directories.