blob: 55bd7ec6f70fba4ac7f64f0c55e9d1379cf7c106 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Force Component for Serpentity
This is a component for [serpentity][serpentity], it holds the following values:
```
-x <Number> // the x component of force vector
-y <Number> // the y component of force vector
-z <Number> // the z component of force vector
```
[serpentity]: https://gitlab.com/serpentity/serpentity
|