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

VRageMath.MyCuboid

Malware edited this page Dec 21, 2018 · 45 revisions

Index

MyCuboid Class

Namespace: VRageMath
Assembly: VRage.Math.dll

Fields

[`MyCuboidSide[] Sides`](VRageMath.Sides)
### Properties
[`IEnumerable UniqueLines`](VRageMath.UniqueLines)
[`IEnumerable Vertices`](VRageMath.Vertices)
### Methods
[`void CreateFromVertices(Vector3[] vertices)`](VRageMath.CreateFromVertices)
[`void CreateFromSizes(float width1, float depth1, float width2, float depth2, float length)`](VRageMath.CreateFromSizes)
[`BoundingBox GetAABB()`](VRageMath.GetAABB)
[`BoundingBox GetLocalAABB()`](VRageMath.GetLocalAABB)
[`MyCuboid CreateTransformed(ref Matrix worldMatrix)`](VRageMath.CreateTransformed)

Clone this wiki locally