Package org.robovm.apple.metalps
Class MPSIntersectionDistancePrimitiveIndexCoordinates
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.rt.bro.Struct<MPSIntersectionDistancePrimitiveIndexCoordinates>
org.robovm.apple.metalps.MPSIntersectionDistancePrimitiveIndexCoordinates
- All Implemented Interfaces:
Iterable<MPSIntersectionDistancePrimitiveIndexCoordinates>
public class MPSIntersectionDistancePrimitiveIndexCoordinates extends Struct<MPSIntersectionDistancePrimitiveIndexCoordinates>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSIntersectionDistancePrimitiveIndexCoordinates.MPSIntersectionDistancePrimitiveIndexCoordinatesPtr -
Constructor Summary
Constructors Constructor Description MPSIntersectionDistancePrimitiveIndexCoordinates()MPSIntersectionDistancePrimitiveIndexCoordinates(float distance, int primitiveIndex, VectorFloat2 coordinates) -
Method Summary
Modifier and Type Method Description VectorFloat2getCoordinates()floatgetDistance()intgetPrimitiveIndex()MPSIntersectionDistancePrimitiveIndexCoordinatessetCoordinates(VectorFloat2 coordinates)MPSIntersectionDistancePrimitiveIndexCoordinatessetDistance(float distance)MPSIntersectionDistancePrimitiveIndexCoordinatessetPrimitiveIndex(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, wrap
-
Constructor Details
-
MPSIntersectionDistancePrimitiveIndexCoordinates
public MPSIntersectionDistancePrimitiveIndexCoordinates() -
MPSIntersectionDistancePrimitiveIndexCoordinates
public MPSIntersectionDistancePrimitiveIndexCoordinates(float distance, int primitiveIndex, VectorFloat2 coordinates)
-
-
Method Details
-
getDistance
public float getDistance() -
setDistance
-
getPrimitiveIndex
public int getPrimitiveIndex() -
setPrimitiveIndex
-
getCoordinates
-
setCoordinates
-