VE Lua Documentation

Press F to search!

calcCenterOfPressureRel

Definition


-- @/=[C]:-1
function calcCenterOfPressureRel(...)

Callers

@/lua/vehicle/extensions/aeroDebug.lua
  --local cog = obj:calcCenterOfGravityRel(true) + obj:getPosition()
  local cop = obj:calcCenterOfPressureRel()
  local copVec = obj:calcCenterOfPressureRel() + obj:getPosition()
  local cop = obj:calcCenterOfPressureRel()
  local copVec = obj:calcCenterOfPressureRel() + obj:getPosition()