Package org.robovm.apple.metalps
Class MPSIntersectionDistancePrimitiveIndexInstanceIndex
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MPSIntersectionDistancePrimitiveIndexInstanceIndex>
org.robovm.apple.metalps.MPSIntersectionDistancePrimitiveIndexInstanceIndex
- All Implemented Interfaces:
Iterable<MPSIntersectionDistancePrimitiveIndexInstanceIndex>
public class MPSIntersectionDistancePrimitiveIndexInstanceIndex extends Struct<MPSIntersectionDistancePrimitiveIndexInstanceIndex>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSIntersectionDistancePrimitiveIndexInstanceIndex.MPSIntersectionDistancePrimitiveIndexInstanceIndexPtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSIntersectionDistancePrimitiveIndexInstanceIndex()MPSIntersectionDistancePrimitiveIndexInstanceIndex(float distance, int primitiveIndex, int instanceIndex) -
Method Summary
Modifier and Type Method Description floatgetDistance()intgetInstanceIndex()intgetPrimitiveIndex()MPSIntersectionDistancePrimitiveIndexInstanceIndexsetDistance(float distance)MPSIntersectionDistancePrimitiveIndexInstanceIndexsetInstanceIndex(int instanceIndex)MPSIntersectionDistancePrimitiveIndexInstanceIndexsetPrimitiveIndex(int primitiveIndex)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, wrapMethods inherited from class org.robovm.rt.bro.NativeObject
equals, getHandle, hashCode, setHandle
-
Constructor Details
-
MPSIntersectionDistancePrimitiveIndexInstanceIndex
public MPSIntersectionDistancePrimitiveIndexInstanceIndex() -
MPSIntersectionDistancePrimitiveIndexInstanceIndex
public MPSIntersectionDistancePrimitiveIndexInstanceIndex(float distance, int primitiveIndex, int instanceIndex)
-
-
Method Details
-
getDistance
public float getDistance() -
setDistance
-
getPrimitiveIndex
public int getPrimitiveIndex() -
setPrimitiveIndex
-
getInstanceIndex
public int getInstanceIndex() -
setInstanceIndex
-