Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parser ¶
type Parser struct {
Buffer []byte
Pos int
Last map[string]string
Elements []PlyElement
}
func NewParserFromFile ¶
func NewParserFromString ¶
func (*Parser) ParseHeader ¶
func (*Parser) ParseNumber ¶
type PlyElement ¶
type PlyElement struct {
Name string
Count int
Properties []PlyProperty
Tuples [][]float64
}
func (*PlyElement) PackF32 ¶
func (self *PlyElement) PackF32(names ...string) []float32
func (*PlyElement) PackIndexesB ¶
func (self *PlyElement) PackIndexesB() []byte
type PlyObject ¶
type PlyObject struct {
Elements map[string]PlyElement
}
func NewObjectFromFile ¶
func (*PlyObject) PackIndexesB ¶
Click to show internal directories.
Click to hide internal directories.