Uses of Class
com.raylib.Transform
Packages that use Transform
-
Uses of Transform in com.raylib
Methods in com.raylib that return TransformModifier and TypeMethodDescriptionstatic Transform
Transform.allocateArray
(long elementCount) Allocate an array of Transformstatic Transform
Transform.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of TransformTransform.getArrayElement
(int index) Model.getBindPose()
Bones base transformation (pose)Transform.setRotation
(Vector4 value) RotationScaleTransform.setTranslation
(Vector3 value) TranslationMethods in com.raylib with parameters of type TransformModifier and TypeMethodDescriptionModel.setBindPose
(Transform value) Bones base transformation (pose)Constructors in com.raylib with parameters of type TransformModifierConstructorDescriptionModel
(Matrix transform, int meshCount, int materialCount, Mesh meshes, Material materials, IntBuffer meshMaterial, int boneCount, BoneInfo bones, Transform bindPose) Construct with auto memory allocator and fields initialized as specifiedModel
(SegmentAllocator arena, Matrix transform, int meshCount, int materialCount, Mesh meshes, Material materials, IntBuffer meshMaterial, int boneCount, BoneInfo bones, Transform bindPose) Construct with your own memory allocator and fields initialized as specified