Uses of Class
org.robovm.apple.foundation.VectorFloat2
-
Uses of VectorFloat2 in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit that return VectorFloat2 Modifier and Type Method Description VectorFloat2ARSkeleton2D. getJointLandmarks()VectorFloat2ARFaceGeometry. getTextureCoordinates()VectorFloat2ARPlaneGeometry. getTextureCoordinates()VectorFloat2ARSkeleton2D. landmarkForJointNamed(ARSkeletonJointName jointName) -
Uses of VectorFloat2 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorFloat2 Modifier and Type Method Description VectorFloat2MatrixFloat2x2. getC1()VectorFloat2MatrixFloat3x2. getC1()VectorFloat2MatrixFloat4x2. getC1()VectorFloat2MatrixFloat2x2. getC2()VectorFloat2MatrixFloat3x2. getC2()VectorFloat2MatrixFloat4x2. getC2()VectorFloat2MatrixFloat3x2. getC3()VectorFloat2MatrixFloat4x2. getC3()VectorFloat2MatrixFloat4x2. getC4()VectorFloat2VectorFloat2. setX(float x)VectorFloat2VectorFloat2. setY(float y)Methods in org.robovm.apple.foundation with parameters of type VectorFloat2 Modifier and Type Method Description voidMatrixFloat2x2. set(VectorFloat2[] columns)voidMatrixFloat2x2. set(VectorFloat2 c1, VectorFloat2 c2)voidMatrixFloat3x2. set(VectorFloat2[] columns)voidMatrixFloat3x2. set(VectorFloat2 c1, VectorFloat2 c2, VectorFloat2 c3)voidMatrixFloat4x2. set(VectorFloat2[] columns)voidMatrixFloat4x2. set(VectorFloat2 c1, VectorFloat2 c2, VectorFloat2 c3, VectorFloat2 c4)MatrixFloat2x2MatrixFloat2x2. setC1(VectorFloat2 column1)MatrixFloat3x2MatrixFloat3x2. setC1(VectorFloat2 column1)MatrixFloat4x2MatrixFloat4x2. setC1(VectorFloat2 column1)MatrixFloat2x2MatrixFloat2x2. setC2(VectorFloat2 column2)MatrixFloat3x2MatrixFloat3x2. setC2(VectorFloat2 column2)MatrixFloat4x2MatrixFloat4x2. setC2(VectorFloat2 column2)MatrixFloat3x2MatrixFloat3x2. setC3(VectorFloat2 column3)MatrixFloat4x2MatrixFloat4x2. setC3(VectorFloat2 column3)MatrixFloat4x2MatrixFloat4x2. setC4(VectorFloat2 column4)Constructors in org.robovm.apple.foundation with parameters of type VectorFloat2 Constructor Description MatrixFloat2x2(VectorFloat2[] columns)MatrixFloat3x2(VectorFloat2[] columns)MatrixFloat4x2(VectorFloat2[] columns) -
Uses of VectorFloat2 in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return VectorFloat2 Modifier and Type Method Description VectorFloat2GKPath. float2AtIndex(long index)VectorFloat2GKPath. getPoint(long index)Deprecated.Deprecated in iOS 10.0.VectorFloat2GKAgent2D. getPosition()VectorFloat2GKCircleObstacle. getPosition()VectorFloat2GKGraphNode2D. getPosition()VectorFloat2GKQuad. getQuadMax()VectorFloat2GKQuad. getQuadMin()VectorFloat2GKAgent2D. getVelocity()VectorFloat2GKPolygonObstacle. getVertex(long index)Methods in org.robovm.apple.gameplaykit with parameters of type VectorFloat2 Modifier and Type Method Description GKQuadtreeNodeGKQuadtree. addElement(ElementType element, VectorFloat2 point)voidGKRTree. addElement(ElementType element, VectorFloat2 boundingRectMin, VectorFloat2 boundingRectMax, GKRTreeSplitStrategy splitStrategy)NSArray<ElementType>GKQuadtree. elementsAtPoint(VectorFloat2 point)NSArray<ElementType>GKRTree. elementsInBounding(VectorFloat2 rectMin, VectorFloat2 rectMax)protected longGKGraphNode2D. init(VectorFloat2 point)protected longGKMeshGraph. init(float bufferRadius, VectorFloat2 min, VectorFloat2 max)protected longGKMeshGraph. init(float bufferRadius, VectorFloat2 min, VectorFloat2 max, Class<?> nodeClass)protected longGKPath. init(VectorFloat2 points, long count, float radius, boolean cyclical)protected longGKPolygonObstacle. init(VectorFloat2 points, long numPoints)floatGKNoiseMap. interpolatedValueAtPosition(VectorFloat2 position)voidGKRTree. removeElement(ElementType element, VectorFloat2 boundingRectMin, VectorFloat2 boundingRectMax)voidGKAgent2D. setPosition(VectorFloat2 v)voidGKCircleObstacle. setPosition(VectorFloat2 v)voidGKGraphNode2D. setPosition(VectorFloat2 v)GKQuadGKQuad. setQuadMax(VectorFloat2 quadMax)GKQuadGKQuad. setQuadMin(VectorFloat2 quadMin)floatGKNoise. valueAtPosition(VectorFloat2 position)Constructors in org.robovm.apple.gameplaykit with parameters of type VectorFloat2 Constructor Description GKGraphNode2D(VectorFloat2 point)GKMeshGraph(float bufferRadius, VectorFloat2 min, VectorFloat2 max)GKMeshGraph(float bufferRadius, VectorFloat2 min, VectorFloat2 max, Class<?> nodeClass)GKPath(VectorFloat2[] points, float radius, boolean cyclical)GKPath(VectorFloat2 points, long count, float radius, boolean cyclical)GKPolygonObstacle(VectorFloat2[] points)GKQuad(VectorFloat2 quadMin, VectorFloat2 quadMax) -
Uses of VectorFloat2 in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return VectorFloat2 Modifier and Type Method Description VectorFloat2MPSIntersectionDistancePrimitiveIndexCoordinates. getCoordinates()VectorFloat2MPSIntersectionDistancePrimitiveIndexInstanceIndexCoordinates. getCoordinates()VectorFloat2MPSCNNConvolutionDataSource. rangesForUInt8Kernel()VectorFloat2MPSCNNConvolutionDataSourceAdapter. rangesForUInt8Kernel()Methods in org.robovm.apple.metalps with parameters of type VectorFloat2 Modifier and Type Method Description MPSIntersectionDistancePrimitiveIndexCoordinatesMPSIntersectionDistancePrimitiveIndexCoordinates. setCoordinates(VectorFloat2 coordinates)MPSIntersectionDistancePrimitiveIndexInstanceIndexCoordinatesMPSIntersectionDistancePrimitiveIndexInstanceIndexCoordinates. setCoordinates(VectorFloat2 coordinates)Constructors in org.robovm.apple.metalps with parameters of type VectorFloat2 Constructor Description MPSIntersectionDistancePrimitiveIndexCoordinates(float distance, int primitiveIndex, VectorFloat2 coordinates)MPSIntersectionDistancePrimitiveIndexInstanceIndexCoordinates(float distance, int primitiveIndex, int instanceIndex, VectorFloat2 coordinates) -
Uses of VectorFloat2 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorFloat2 Modifier and Type Method Description VectorFloat2MDLAnimatedVector2. float2AtTime(double time)VectorFloat2MDLCamera. getExposureCompression()VectorFloat2MDLMaterialProperty. getFloat2Value()VectorFloat2MDLSkyCubeTexture. getHighDynamicRangeCompression()VectorFloat2MDLCamera. getSensorEnlargement()VectorFloat2MDLCamera. getSensorShift()VectorFloat2MDLAreaLight. getSuperEllipticPower()Methods in org.robovm.apple.modelio with parameters of type VectorFloat2 Modifier and Type Method Description longMDLAnimatedVector2. getFloat2Array(VectorFloat2 valuesArray, long maxCount)protected longMDLMaterialProperty. init(String name, MDLMaterialSemantic semantic, VectorFloat2 value)static MDLMeshMDLMesh. newCapsuleWithHeight(float height, VectorFloat2 radii, long radialSegments, long verticalSegments, long hemisphereSegments, MDLGeometryType geometryType, boolean inwardNormals, MDLMeshBufferAllocator allocator)static MDLMeshMDLMesh. newCylinder(float height, VectorFloat2 radii, long radialSegments, long verticalSegments, MDLGeometryType geometryType, boolean inwardNormals, MDLMeshBufferAllocator allocator)static MDLMeshMDLMesh. newEllipticalCone(float height, VectorFloat2 radii, long radialSegments, long verticalSegments, MDLGeometryType geometryType, boolean inwardNormals, MDLMeshBufferAllocator allocator)static MDLMeshMDLMesh. newPlane(VectorFloat2 dimensions, VectorInt2 segments, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)voidMDLAnimatedVector2. resetWithFloat2Array(VectorFloat2 valuesArray, DoublePtr timesArray, long count)voidMDLCamera. setExposureCompression(VectorFloat2 v)voidMDLAnimatedVector2. setFloat2(VectorFloat2 value, double time)voidMDLMaterialProperty. setFloat2Value(VectorFloat2 v)voidMDLSkyCubeTexture. setHighDynamicRangeCompression(VectorFloat2 v)voidMDLCamera. setSensorEnlargement(VectorFloat2 v)voidMDLCamera. setSensorShift(VectorFloat2 v)voidMDLAreaLight. setSuperEllipticPower(VectorFloat2 v)Constructors in org.robovm.apple.modelio with parameters of type VectorFloat2 Constructor Description MDLMaterialProperty(String name, MDLMaterialSemantic semantic, VectorFloat2 value) -
Uses of VectorFloat2 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return VectorFloat2 Modifier and Type Method Description VectorFloat2SKWarpGeometryGrid. destPositionAtIndex(long index)VectorFloat2SKAttributeValue. getVectorFloat2Value()VectorFloat2SKUniform. getVectorFloat2Value()VectorFloat2SKWarpGeometryGrid. sourcePositionAtIndex(long index)Methods in org.robovm.apple.spritekit with parameters of type VectorFloat2 Modifier and Type Method Description protected static longSKAttributeValue. create(VectorFloat2 value)static SKWarpGeometryGridSKWarpGeometryGrid. create(long cols, long rows, VectorFloat2 sourcePositions, VectorFloat2 destPositions)SKWarpGeometryGridSKWarpGeometryGrid. gridByReplacingDestPositions(VectorFloat2 destPositions)SKWarpGeometryGridSKWarpGeometryGrid. gridByReplacingSourcePositions(VectorFloat2 sourcePositions)protected longSKUniform. init(String name, VectorFloat2 value)protected longSKWarpGeometryGrid. init(long cols, long rows, VectorFloat2 sourcePositions, VectorFloat2 destPositions)voidSKAttributeValue. setVectorFloat2Value(VectorFloat2 v)voidSKUniform. setVectorFloat2Value(VectorFloat2 v)Constructors in org.robovm.apple.spritekit with parameters of type VectorFloat2 Constructor Description SKAttributeValue(VectorFloat2 value)SKUniform(String name, VectorFloat2 value)SKWarpGeometryGrid(long cols, long rows, VectorFloat2 sourcePositions, VectorFloat2 destPositions) -
Uses of VectorFloat2 in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VectorFloat2 Modifier and Type Method Description VectorFloat2VNContour. getNormalizedPoints()Methods in org.robovm.apple.vision with parameters of type VectorFloat2 Modifier and Type Method Description static VNCircleVNGeometryUtils. getBoundingCircle(VectorFloat2 points, long pointCount)static CGPointVNUtils. getImagePointForFaceLandmarkPoint(VectorFloat2 faceLandmarkPoint, CGRect faceBoundingBox, long imageWidth, long imageHeight)static CGPointVNUtils. getNormalizedFaceBoundingBoxPointForLandmarkPoint(VectorFloat2 faceLandmarkPoint, CGRect faceBoundingBox, long imageWidth, long imageHeight)