DayZ 1.29
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ Frame

vector PhysicsGeomDef::Frame = {Vector(1, 0, 0), Vector(0, 1, 0), Vector(0, 0, 1), Vector(0, 0, 0)}
private

Local transformation.

См. определение в файле PhysicsGeomDef.c строка 13

13{Vector(1, 0, 0), Vector(0, 1, 0), Vector(0, 0, 1), Vector(0, 0, 0)};
proto native vector Vector(float x, float y, float z)
Vector constructor from components.