Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Triangle ¶
type Triangle struct {
Vertices []*Vertex
Id int
Normal Vector3
Removed bool
// contains filtered or unexported fields
}
func (Triangle) CalcNormal ¶
func (Triangle) ReplaceVertex ¶
Click to show internal directories.
Click to hide internal directories.