Gravity Engine 12.0
Unity Asset for Gravity
|
Interface defining method to initialize an NBody object prior to evolution beginning. Called by GravityEngine. More...
Public Member Functions | |
void | InitNBody (float physicalScale, float massScale) |
Inits the N body. Called prior to evolution starting. Allows NBody object to adjust its position and velocity prior to evolution beginning. | |
Interface defining method to initialize an NBody object prior to evolution beginning. Called by GravityEngine.
void INbodyInit.InitNBody | ( | float | physicalScale, |
float | massScale | ||
) |
Inits the N body. Called prior to evolution starting. Allows NBody object to adjust its position and velocity prior to evolution beginning.
physicalScale | Physical scale. |
Implemented in BinaryOrbit, OrbitEllipse, OrbitHyper, KeplerSequence, OrbitPoint, and OrbitUniversal.