| 243 | IB.Write(indices, sizeof(indices)) |
| 244 | |
| 245 | FORCE_INLINE void ApplyTransform(const Float2& value, Float2& result) |
| 246 | { |
| 247 | Matrix3x3::Transform2DPoint(value, TransformCached, result); |
| 248 | } |
| 249 | |
| 250 | void ApplyTransform(const Rectangle& value, RotatedRectangle& result) |
| 251 | { |
no test coverage detected