Big push to implement 10mp fluid simulations.
This commit is contained in:
6
fluid/particle.go
Normal file
6
fluid/particle.go
Normal file
@@ -0,0 +1,6 @@
|
||||
package fluid
|
||||
|
||||
type Particle struct {
|
||||
Position FieldVector
|
||||
Velocity FieldVector
|
||||
}
|
||||
Reference in New Issue
Block a user