Documentation ¶
Index ¶
Constants ¶
View Source
const (
FLUID_PADDING = 1.5
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Material ¶
type Material struct {
// contains filtered or unexported fields
}
func NewMaterial ¶
type Particle ¶
type Particle struct { X number Y number // contains filtered or unexported fields }
func NewParticle ¶
func NewParticle(posX, posY, velX, velY number) Particle
Click to show internal directories.
Click to hide internal directories.