Documentation
¶
Index ¶
Constants ¶
View Source
const ( MaskPosition = uint64(1 << 0) MaskSize = uint64(1 << 1) MaskVelocity = uint64(1 << 2) )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Size ¶
type Size struct {
ID string `json:"id"`
Height float32 `json:"height"`
Width float32 `json:"width"`
}
Size ...
func (*Size) WithHeight ¶ added in v0.3.3
Click to show internal directories.
Click to hide internal directories.