Uses of Class
org.robovm.apple.foundation.VectorFloat3
-
Uses of VectorFloat3 in org.robovm.apple.arkit
Methods in org.robovm.apple.arkit with parameters of type VectorFloat3 Modifier and Type Method Description voidARSession. createReferenceObject(MatrixFloat4x4 transform, VectorFloat3 center, VectorFloat3 extent, VoidBlock2<ARReferenceObject,NSError> completionHandler)voidARSession. getGeoLocation(VectorFloat3 position, VoidBlock3<CLLocationCoordinate2D,Double,NSError> completionHandler)protected longAREnvironmentProbeAnchor. init(String name, MatrixFloat4x4 transform, VectorFloat3 extent)protected longAREnvironmentProbeAnchor. init(MatrixFloat4x4 transform, VectorFloat3 extent)protected longARRaycastQuery. init(VectorFloat3 origin, VectorFloat3 direction, ARRaycastTarget target, ARRaycastTargetAlignment alignment)CGPointARCamera. projectPoint(VectorFloat3 point, UIInterfaceOrientation orientation, CGSize viewportSize)Constructors in org.robovm.apple.arkit with parameters of type VectorFloat3 Constructor Description AREnvironmentProbeAnchor(String name, MatrixFloat4x4 transform, VectorFloat3 extent)AREnvironmentProbeAnchor(MatrixFloat4x4 transform, VectorFloat3 extent)ARRaycastQuery(VectorFloat3 origin, VectorFloat3 direction, ARRaycastTarget target, ARRaycastTargetAlignment alignment) -
Uses of VectorFloat3 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorFloat3 Modifier and Type Method Description VectorFloat3MatrixFloat2x3. getC1()VectorFloat3MatrixFloat3x3. getC1()VectorFloat3MatrixFloat4x3. getC1()VectorFloat3MatrixFloat2x3. getC2()VectorFloat3MatrixFloat3x3. getC2()VectorFloat3MatrixFloat4x3. getC2()VectorFloat3MatrixFloat3x3. getC3()VectorFloat3MatrixFloat4x3. getC3()VectorFloat3MatrixFloat4x3. getC4()VectorFloat3VectorFloat3. setX(float x)VectorFloat3VectorFloat3. setY(float y)VectorFloat3VectorFloat3. setZ(float y)Methods in org.robovm.apple.foundation with parameters of type VectorFloat3 Modifier and Type Method Description voidMatrixFloat2x3. set(VectorFloat3[] columns)voidMatrixFloat2x3. set(VectorFloat3 c1, VectorFloat3 c2)voidMatrixFloat3x3. set(VectorFloat3[] columns)voidMatrixFloat3x3. set(VectorFloat3 c1, VectorFloat3 c2, VectorFloat3 c3)voidMatrixFloat4x3. set(VectorFloat3[] columns)voidMatrixFloat4x3. set(VectorFloat3 c1, VectorFloat3 c2, VectorFloat3 c3, VectorFloat3 c4)MatrixFloat2x3MatrixFloat2x3. setC1(VectorFloat3 column1)MatrixFloat3x3MatrixFloat3x3. setC1(VectorFloat3 column1)MatrixFloat4x3MatrixFloat4x3. setC1(VectorFloat3 column1)MatrixFloat2x3MatrixFloat2x3. setC2(VectorFloat3 column2)MatrixFloat3x3MatrixFloat3x3. setC2(VectorFloat3 column2)MatrixFloat4x3MatrixFloat4x3. setC2(VectorFloat3 column2)MatrixFloat3x3MatrixFloat3x3. setC3(VectorFloat3 column3)MatrixFloat4x3MatrixFloat4x3. setC3(VectorFloat3 column3)MatrixFloat4x3MatrixFloat4x3. setC4(VectorFloat3 column4)Constructors in org.robovm.apple.foundation with parameters of type VectorFloat3 Constructor Description MatrixFloat2x3(VectorFloat3[] columns)MatrixFloat3x3(VectorFloat3[] columns)MatrixFloat4x3(VectorFloat3[] columns) -
Uses of VectorFloat3 in org.robovm.apple.gameplaykit
Methods in org.robovm.apple.gameplaykit that return VectorFloat3 Modifier and Type Method Description VectorFloat3GKPath. float3AtIndex(long index)VectorFloat3GKBox. getBoxMax()VectorFloat3GKBox. getBoxMin()VectorFloat3GKTriangle. getPoints()VectorFloat3GKAgent3D. getPosition()VectorFloat3GKGraphNode3D. getPosition()VectorFloat3GKSphereObstacle. getPosition()VectorFloat3GKAgent3D. getVelocity()Methods in org.robovm.apple.gameplaykit with parameters of type VectorFloat3 Modifier and Type Method Description GKOctreeNodeGKOctree. addElement(ElementType element, VectorFloat3 point)NSArray<ElementType>GKOctree. elementsAtPoint(VectorFloat3 point)protected longGKGraphNode3D. init(VectorFloat3 point)protected longGKPath. init(VectorFloat3 points, long count, float radius, boolean cyclical)GKBoxGKBox. setBoxMax(VectorFloat3 boxMax)GKBoxGKBox. setBoxMin(VectorFloat3 boxMin)GKTriangleGKTriangle. setPoints(VectorFloat3 points)voidGKAgent3D. setPosition(VectorFloat3 v)voidGKGraphNode3D. setPosition(VectorFloat3 v)voidGKSphereObstacle. setPosition(VectorFloat3 v)Constructors in org.robovm.apple.gameplaykit with parameters of type VectorFloat3 Constructor Description GKBox(VectorFloat3 boxMin, VectorFloat3 boxMax)GKGraphNode3D(VectorFloat3 point)GKPath(VectorFloat3 points, long count, float radius, boolean cyclical)GKTriangle(VectorFloat3 points) -
Uses of VectorFloat3 in org.robovm.apple.metal
Methods in org.robovm.apple.metal that return VectorFloat3 Modifier and Type Method Description VectorFloat3MTLPackedFloat3. setX(float x)VectorFloat3MTLPackedFloat3. setY(float y)VectorFloat3MTLPackedFloat3. setZ(float y) -
Uses of VectorFloat3 in org.robovm.apple.metalps
Methods in org.robovm.apple.metalps that return VectorFloat3 Modifier and Type Method Description VectorFloat3MPSRayOriginDirection. getDirection()VectorFloat3MPSAxisAlignedBoundingBox. getMax()VectorFloat3MPSAxisAlignedBoundingBox. getMin()VectorFloat3MPSRayOriginDirection. getOrigin()Methods in org.robovm.apple.metalps with parameters of type VectorFloat3 Modifier and Type Method Description MPSRayOriginDirectionMPSRayOriginDirection. setDirection(VectorFloat3 direction)MPSAxisAlignedBoundingBoxMPSAxisAlignedBoundingBox. setMax(VectorFloat3 max)MPSAxisAlignedBoundingBoxMPSAxisAlignedBoundingBox. setMin(VectorFloat3 min)MPSRayOriginDirectionMPSRayOriginDirection. setOrigin(VectorFloat3 origin)Constructors in org.robovm.apple.metalps with parameters of type VectorFloat3 Constructor Description MPSAxisAlignedBoundingBox(VectorFloat3 min, VectorFloat3 max)MPSRayOriginDirection(VectorFloat3 origin, VectorFloat3 direction) -
Uses of VectorFloat3 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorFloat3 Modifier and Type Method Description VectorFloat3MDLAnimatedVector3. float3AtTime(double time)VectorFloat3MDLCamera. getExposure()VectorFloat3MDLCamera. getFlash()VectorFloat3MDLMaterialProperty. getFloat3Value()VectorFloat3MDLAxisAlignedBoundingBox. getMaxBounds()VectorFloat3MDLAxisAlignedBoundingBox. getMinBounds()VectorFloat3MDLTransform. getRotation()VectorFloat3MDLTransform. getRotation(double time)VectorFloat3MDLTransform. getScale()VectorFloat3MDLTransform. getScale(double time)VectorFloat3MDLTransform. getShear()VectorFloat3MDLTransform. getShear(double time)VectorFloat3MDLVoxelArray. getSpatialLocation(VectorInt4 index)VectorFloat3MDLTransform. getTranslation()VectorFloat3MDLTransform. getTranslation(double time)VectorFloat3MDLAsset. getUpAxis()VectorFloat3MDLCamera. rayTo(VectorInt2 pixel, VectorInt2 size)Methods in org.robovm.apple.modelio with parameters of type VectorFloat3 Modifier and Type Method Description longMDLAnimatedVector3. getFloat3Array(VectorFloat3 valuesArray, long maxCount)longMDLAnimatedVector3Array. getFloat3Array(VectorFloat3 valuesArray, long maxCount)longMDLAnimatedVector3Array. getFloat3Array(VectorFloat3 array, long maxCount, double time)CGColorMDLLight. getIrradiance(VectorFloat3 point)CGColorMDLLight. getIrradiance(VectorFloat3 point, CGColorSpace colorSpace)VectorInt4MDLVoxelArray. indexOfSpatialLocation(VectorFloat3 location)protected longMDLMaterialProperty. init(String name, MDLMaterialSemantic semantic, VectorFloat3 value)protected longMDLMesh. init(VectorFloat3 extent, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, boolean topCap, boolean bottomCap, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, boolean cap, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt2 segments, int hemisphereSegments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt2 segments, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. init(VectorFloat3 extent, VectorInt3 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)protected longMDLMesh. initHemisphereWithExtent(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, boolean cap, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)voidMDLCamera. lookAt(VectorFloat3 focusPosition)voidMDLCamera. lookAt(VectorFloat3 focusPosition, VectorFloat3 cameraPosition)static MDLMeshMDLMesh. newBox(VectorFloat3 dimensions, VectorInt3 segments, MDLGeometryType geometryType, boolean inwardNormals, MDLMeshBufferAllocator allocator)static MDLMeshMDLMesh. newEllipsoid(VectorFloat3 radii, long radialSegments, long verticalSegments, MDLGeometryType geometryType, boolean inwardNormals, boolean hemisphere, MDLMeshBufferAllocator allocator)voidMDLAnimatedVector3. resetWithFloat3Array(VectorFloat3 valuesArray, DoublePtr timesArray, long count)voidMDLAnimatedVector3Array. resetWithFloat3Array(VectorFloat3 valuesArray, long valuesCount, DoublePtr timesArray, long timesCount)voidMDLCamera. setExposure(VectorFloat3 v)voidMDLCamera. setFlash(VectorFloat3 v)voidMDLAnimatedVector3. setFloat3(VectorFloat3 value, double time)voidMDLAnimatedVector3Array. setFloat3Array(VectorFloat3 array, long count, double time)voidMDLMaterialProperty. setFloat3Value(VectorFloat3 v)MDLAxisAlignedBoundingBoxMDLAxisAlignedBoundingBox. setMaxBounds(VectorFloat3 maxBounds)MDLAxisAlignedBoundingBoxMDLAxisAlignedBoundingBox. setMinBounds(VectorFloat3 minBounds)voidMDLTransform. setRotation(VectorFloat3 v)voidMDLTransform. setRotation(VectorFloat3 rotation, double time)voidMDLTransform. setScale(VectorFloat3 v)voidMDLTransform. setScale(VectorFloat3 scale, double time)voidMDLTransform. setShear(VectorFloat3 v)voidMDLTransform. setShear(VectorFloat3 shear, double time)voidMDLTransform. setTranslation(VectorFloat3 v)voidMDLTransform. setTranslation(VectorFloat3 translation, double time)voidMDLAsset. setUpAxis(VectorFloat3 v)NSDataMDLLightProbeIrradianceDataSource. sphericalHarmonicsCoefficientsAtPosition(VectorFloat3 position)Constructors in org.robovm.apple.modelio with parameters of type VectorFloat3 Constructor Description MDLAxisAlignedBoundingBox(VectorFloat3 maxBounds, VectorFloat3 minBounds)MDLMaterialProperty(String name, MDLMaterialSemantic semantic, VectorFloat3 value)MDLMesh(VectorFloat3 extent, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, boolean topCap, boolean bottomCap, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, boolean cap, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt2 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt2 segments, int hemisphereSegments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt2 segments, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)MDLMesh(VectorFloat3 extent, VectorInt3 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator) -
Uses of VectorFloat3 in org.robovm.apple.nearbyinteraction
Methods in org.robovm.apple.nearbyinteraction that return VectorFloat3 Modifier and Type Method Description static VectorFloat3NINearbyObject. DirectionNotAvailable()VectorFloat3NINearbyObject. getDirection() -
Uses of VectorFloat3 in org.robovm.apple.scenekit
-
Uses of VectorFloat3 in org.robovm.apple.spritekit
Methods in org.robovm.apple.spritekit that return VectorFloat3 Modifier and Type Method Description VectorFloat3SKTransformNode. eulerAngles()VectorFloat3SKFieldNode. getDirection()VectorFloat3SKAttributeValue. getVectorFloat3Value()VectorFloat3SKUniform. getVectorFloat3Value()VectorFloat3SK3DNode. projectPoint(VectorFloat3 point)VectorFloat3SKPhysicsWorld. sampleFieldsAt(VectorFloat3 position)VectorFloat3SK3DNode. unprojectPoint(VectorFloat3 point)Methods in org.robovm.apple.spritekit with parameters of type VectorFloat3 Modifier and Type Method Description protected static longSKAttributeValue. create(VectorFloat3 value)static SKFieldNodeSKFieldNode. createLinearGravityField(VectorFloat3 direction)static SKFieldNodeSKFieldNode. createVelocityField(VectorFloat3 direction)protected longSKUniform. init(String name, VectorFloat3 value)VectorFloat3SK3DNode. projectPoint(VectorFloat3 point)VectorFloat3SKPhysicsWorld. sampleFieldsAt(VectorFloat3 position)voidSKFieldNode. setDirection(VectorFloat3 v)voidSKTransformNode. setEulerAngles(VectorFloat3 euler)voidSKAttributeValue. setVectorFloat3Value(VectorFloat3 v)voidSKUniform. setVectorFloat3Value(VectorFloat3 v)VectorFloat3SK3DNode. unprojectPoint(VectorFloat3 point)Constructors in org.robovm.apple.spritekit with parameters of type VectorFloat3 Constructor Description SKAttributeValue(VectorFloat3 value)SKUniform(String name, VectorFloat3 value) -
Uses of VectorFloat3 in org.robovm.apple.vision
Methods in org.robovm.apple.vision that return VectorFloat3 Modifier and Type Method Description VectorFloat3VNTrajectoryObservation. getEquationCoefficients()