MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Transform

Method Transform

Source/Engine/Core/Math/BoundingBox.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90BoundingBox BoundingBox::Transform(const BoundingBox& box, const Matrix& matrix)
91{
92 BoundingBox result;
93 Transform(box, matrix, result);
94 return result;
95}
96
97BoundingBox BoundingBox::MakeOffsetted(const BoundingBox& box, const Vector3& offset)
98{

Callers

nothing calls this directly

Calls 7

GetRightMethod · 0.80
GetUpMethod · 0.80
GetForwardMethod · 0.80
TransformClass · 0.70
MinFunction · 0.70
MaxFunction · 0.70
BoundingBoxFunction · 0.70

Tested by

no test coverage detected