Golint
This commit is contained in:
parent
29546140b9
commit
7e1cf349aa
13 changed files with 48 additions and 48 deletions
|
@ -349,7 +349,7 @@ func NewRectangleFromPointer(ptr unsafe.Pointer) Rectangle {
|
|||
return *(*Rectangle)(ptr)
|
||||
}
|
||||
|
||||
// Bounding box
|
||||
// BoundingBox type
|
||||
type BoundingBox struct {
|
||||
// Minimum vertex box-corner
|
||||
Min Vector3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue