Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.MyOrientedBoundingBox.Contains

Malware edited this page Dec 25, 2018 · 16 revisions

IndexMyOrientedBoundingBox

Summary

public ContainmentType Contains(ref BoundingBox box)

Returns

ContainmentType

Summary

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

Returns

ContainmentType

Summary

public ContainmentType Contains(ref MyOrientedBoundingBox other)

Returns

ContainmentType

Summary

public ContainmentType Contains(BoundingFrustum frustum)

Returns

ContainmentType

Summary

public ContainmentType Contains(BoundingFrustum frustum, ref MyOrientedBoundingBox obox)

Returns

ContainmentType

Summary

public ContainmentType Contains(ref BoundingSphere sphere)

Returns

ContainmentType

Summary

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

Returns

ContainmentType

Summary

public bool Contains(ref Vector3 point)

Returns

bool

Clone this wiki locally