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 public sealed enum ContainmentType Contains(ref public sealed struct BoundingBox box)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(ref public sealed struct BoundingBox boxA, ref public sealed struct MyOrientedBoundingBox oboxB)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(ref public sealed struct MyOrientedBoundingBox other)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(public class BoundingFrustum frustum)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(public class BoundingFrustum frustum, ref public sealed struct MyOrientedBoundingBox obox)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(ref public sealed struct BoundingSphere sphere)

Returns

Example

Remarks

Summary

public public sealed enum ContainmentType Contains(ref public sealed struct BoundingSphere sphere, ref public sealed struct MyOrientedBoundingBox box)

Returns

Example

Remarks

Summary

public bool Contains(ref public sealed struct Vector3 point)

Returns

Example

Remarks

Clone this wiki locally