-
Fields Field Description tech.fastj.math.Point.Origin As an object, users are likely to accidentally modify this value. Furthermore, Java will likely not receive primitive objects any time soon, so this value will be removed very soon. UsePoint.origin()
instead.tech.fastj.math.Pointf.Origin As an object, users are likely to accidentally modify this value. Furthermore, Java will likely not receive primitive objects any time soon, so this value will be removed very soon. UsePointf.origin()
instead.
-
Methods Method Description tech.fastj.engine.FastJEngine.init(String, LogicManager, int, int, Point, Point, HWAccel, ExceptionAction) As of 1.6.0, replaced byFastJEngine.init(String, LogicManager, EngineConfig)
which makes use ofan engine configuration
.