Package org.robovm.apple.metalps
Class MPSAxisAlignedBoundingBox
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MPSAxisAlignedBoundingBox>
org.robovm.apple.metalps.MPSAxisAlignedBoundingBox
- All Implemented Interfaces:
Iterable<MPSAxisAlignedBoundingBox>
public class MPSAxisAlignedBoundingBox extends Struct<MPSAxisAlignedBoundingBox>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSAxisAlignedBoundingBox.MPSAxisAlignedBoundingBoxPtr -
Constructor Summary
Constructors Constructor Description MPSAxisAlignedBoundingBox()MPSAxisAlignedBoundingBox(VectorFloat3 min, VectorFloat3 max) -
Method Summary
Modifier and Type Method Description VectorFloat3getMax()VectorFloat3getMin()MPSAxisAlignedBoundingBoxsetMax(VectorFloat3 max)MPSAxisAlignedBoundingBoxsetMin(VectorFloat3 min)Methods inherited from class org.robovm.rt.bro.Struct
_sizeOf, allocate, allocate, as, clear, clear, copy, copy, copyWithMalloc, copyWithMalloc, free, iterator, iterator, malloc, malloc, next, next, offsetOf, previous, previous, sizeOf, sizeOf, toArray, toList, toStruct, update, update, update, wrap
-
Constructor Details
-
MPSAxisAlignedBoundingBox
public MPSAxisAlignedBoundingBox() -
MPSAxisAlignedBoundingBox
-
-
Method Details