VRageMath.MyCuboid - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index
public class MyCuboid
Namespace: VRageMath
Assembly: VRage.Math.dll
IEnumerable<Line> UniqueLines { get; }
IEnumerable<Vector3> Vertices { get; }
void CreateFromSizes(float width1, float depth1, float width2, float depth2, float length)
void CreateFromVertices(Vector3[] vertices)
MyCuboid CreateTransformed(ref Matrix worldMatrix)