package
Version:
v0.0.0-...-02d3639
Opens a new window with list of versions in this module.
Published: Jan 15, 2016
License: BSD-3-Clause
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Line struct {
End [2]Point
}
A Line is a line segment in 3D space, denoted by two Points
type Point struct {
X, Y, Z float32
}
A Point is a point in 3D space.
A Scene holds all of the contents of an STL file, as well as
derived values.
Decode reads an entire STL file from a Reader, returning a Scene.
A Region is a region of the coordinate space from Min to Max
A Triangle is a triangle in 3D space, denoted by three Points.
The "outside" of the triangle is denoted by its normal vector.
type Vector struct {
X, Y, Z float32
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.