Skip to content
This repository was archived by the owner on Dec 13, 2025. It is now read-only.

VRageMath.MyOrientedBoundingBox.Contains

Malware edited this page Dec 25, 2018 · 17 revisions

IndexMyOrientedBoundingBox

Summary

public ContainmentType Contains(ref BoundingBox box)

Returns

Example

Remarks

Summary

public ContainmentType Contains(ref BoundingBox boxA, ref MyOrientedBoundingBox oboxB)

Returns

Example

Remarks

Summary

public ContainmentType Contains(ref MyOrientedBoundingBox other)

Returns

Example

Remarks

Summary

public ContainmentType Contains(BoundingFrustum frustum)

Returns

Example

Remarks

Summary

public ContainmentType Contains(BoundingFrustum frustum, ref MyOrientedBoundingBox obox)

Returns

Example

Remarks

Summary

public ContainmentType Contains(ref BoundingSphere sphere)

Returns

Example

Remarks

Summary

public ContainmentType Contains(ref BoundingSphere sphere, ref MyOrientedBoundingBox box)

Returns

Example

Remarks

Summary

public bool Contains(ref Vector3 point)

Returns

Example

Remarks

Clone this wiki locally