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

Function BoundingBox

Source/Engine/Core/Math/BoundingBox.h:47–51  ·  view source on GitHub ↗

Initializes a new instance of the struct. The location of the empty bounding box.

Source from the content-addressed store, hash-verified

45 /// </summary>
46 /// <param name="point">The location of the empty bounding box.</param>
47 BoundingBox(const Vector3& point)
48 : Minimum(point)
49 , Maximum(point)
50 {
51 }
52
53 /// <summary>
54 /// Initializes a new instance of the <see cref="BoundingBox"/> struct.

Callers 5

FromPointsMethod · 0.70
FromSphereMethod · 0.70
MakeScaledMethod · 0.70
TransformMethod · 0.70
BoundingBox.hFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected