Sets this to the union of this with the given bounds.
[Visual Basic] Public Sub UnionWith( _ ByRef Bounds3& As Bounds3 _ ) [C#] public void UnionWith( ref Bounds3 Bounds3& ); [C++] public: void UnionWith( * Bounds3* Bounds3& ); [JScript] public function UnionWith( Bounds3 Bounds3& );
Bounds3 Structure | mPhysics.Foundation Namespace