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 May 4, 2019 · 16 revisions

IndexNamespace IndexMyOrientedBoundingBox

Summary

public ContainmentType Contains(ref BoundingBox box)

Returns

ContainmentType

Parameters

Summary

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

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(ref MyOrientedBoundingBox other)

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(BoundingFrustum frustum)

Returns

ContainmentType

Parameters

Summary

public static ContainmentType Contains(BoundingFrustum frustum, ref MyOrientedBoundingBox obox)

Returns

ContainmentType

Parameters

Summary

public ContainmentType Contains(ref BoundingSphere sphere)

Returns

ContainmentType

Parameters

Summary

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

Returns

ContainmentType

Parameters

Summary

public bool Contains(ref Vector3 point)

Returns

bool

Parameters

Clone this wiki locally