MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / W

Method W

engine/Poseidon/World/Simulation/Cloth/ClothObject.h:27–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26 void Clear() {_w=0, _h=0, _data.Free();}
27 int W() const {return _w;}
28 int H() const {return _h;}
29 const Type &Get( int x, int y ) const {return _data[y*_w+x];}
30 Type &Set( int x, int y ) {return _data[y*_w+x];}

Callers 4

InitPosMethod · 0.45
SimulateMethod · 0.45
GetPositionMethod · 0.45
GetNormalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected