Uses of Class
org.robovm.apple.foundation.VectorInt3
| Package | Description |
|---|---|
| org.robovm.apple.foundation | |
| org.robovm.apple.modelio |
-
Uses of VectorInt3 in org.robovm.apple.foundation
Methods in org.robovm.apple.foundation that return VectorInt3 Modifier and Type Method Description VectorInt3VectorInt3. setX(int x)VectorInt3VectorInt3. setY(int y)VectorInt3VectorInt3. setZ(int z) -
Uses of VectorInt3 in org.robovm.apple.modelio
Methods in org.robovm.apple.modelio with parameters of type VectorInt3 Modifier and Type Method Description protected longMDLMesh. init(VectorFloat3 extent, VectorInt3 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)static MDLMeshMDLMesh. newBox(VectorFloat3 dimensions, VectorInt3 segments, MDLGeometryType geometryType, boolean inwardNormals, MDLMeshBufferAllocator allocator)Constructors in org.robovm.apple.modelio with parameters of type VectorInt3 Constructor Description MDLMesh(VectorFloat3 extent, VectorInt3 segments, boolean inwardNormals, MDLGeometryType geometryType, MDLMeshBufferAllocator allocator)