您的位置:首页 > 其它

Some Problems About Frame Synchronization Framework

2017-07-28 02:47 232 查看
1、The function of sin and cos are are inside out.

2、The LBoxCollider’s size is strange.

public void GetUniFormCell(FVector2 Tmin, FVector2 Tmax, LList<Cell> TArray )
{
{
TArray.Clear();

int nMinx = LPhysicsUtil.IFloor(Tmin.x / m_cellSize) - 1;
int nMiny = LPhysicsUtil.IFloor(Tmin.y / m_cellSize) - 1;
int nMaxx = LPhysicsUtil.ICeil(Tmax.x / m_cellSize) + 1;
int nMaxy = LPhysicsUtil.ICeil(Tmax.y / m_cellSize) + 1;
}
...
}
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: