Package org.robovm.apple.metalps
Class MPSIntersectionDistance
- All Implemented Interfaces:
Iterable<MPSIntersectionDistance>
public class MPSIntersectionDistance extends Struct<MPSIntersectionDistance>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMPSIntersectionDistance.MPSIntersectionDistancePtrNested classes/interfaces inherited from class org.robovm.rt.bro.Struct
Struct.Marshaler -
Constructor Summary
Constructors Constructor Description MPSIntersectionDistance()MPSIntersectionDistance(float distance) -
Method Summary
Modifier and Type Method Description floatgetDistance()MPSIntersectionDistancesetDistance(float distance)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
-
MPSIntersectionDistance
public MPSIntersectionDistance() -
MPSIntersectionDistance
public MPSIntersectionDistance(float distance)
-
-
Method Details
-
getDistance
public float getDistance() -
setDistance
-