XForce constructor

XForce([
  1. ForceFun? xFun
])

Implementation

XForce([ForceFun? xFun]) {
  if (xFun != null) {
    _xFun = xFun;
  }
}