Uses of Class
org.robovm.apple.foundation.VectorInt4
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.modelio |
-
Uses of VectorInt4 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorInt4 Modifier and Type Method Description VectorInt4VectorInt4. setW(int w)VectorInt4VectorInt4. setX(int x)VectorInt4VectorInt4. setY(int y)VectorInt4VectorInt4. setZ(int z) -
Uses of VectorInt4 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio that return VectorInt4 Modifier and Type Method Description VectorInt4MDLVoxelIndexExtent. getMaximumExtent()VectorInt4MDLVoxelIndexExtent. getMinimumExtent()VectorInt4MDLVoxelArray. indexOfSpatialLocation(VectorFloat3 location)Methods in org.robovm.apple.modelio with parameters of type VectorInt4 Modifier and Type Method Description VectorFloat3MDLVoxelArray. getSpatialLocation(VectorInt4 index)MDLAxisAlignedBoundingBoxMDLVoxelArray. getVoxelBoundingBox(VectorInt4 index)MDLVoxelIndexExtentMDLVoxelIndexExtent. setMaximumExtent(VectorInt4 maximumExtent)MDLVoxelIndexExtentMDLVoxelIndexExtent. setMinimumExtent(VectorInt4 minimumExtent)voidMDLVoxelArray. setVoxel(VectorInt4 index)booleanMDLVoxelArray. voxelExists(VectorInt4 index, boolean allowAnyX, boolean allowAnyY, boolean allowAnyZ, boolean allowAnyShell)Constructors in org.robovm.apple.modelio with parameters of type VectorInt4 Constructor Description MDLVoxelIndexExtent(VectorInt4 minimumExtent, VectorInt4 maximumExtent)