Uses of Class
com.raylib.Vector4
Packages that use Vector4
-
Uses of Vector4 in com.raylib
Methods in com.raylib that return Vector4Modifier and TypeMethodDescriptionstatic Vector4
Vector4.allocateArray
(long elementCount) Allocate an array of Vector4static Vector4
Vector4.allocateArray
(long elementCount, SegmentAllocator allocator) Allocate an array of Vector4static Vector4
Raylib.colorNormalize
(Color color) Get Color normalized as float [0..1]static Vector4
Raylib.colorNormalize
(Arena arena, Color color) Get Color normalized as float [0..1]Vector4.getArrayElement
(int index) Transform.getRotation()
RotationVector4.setW
(float value) Vector w componentVector4.setX
(float value) Vector x componentVector4.setY
(float value) Vector y componentVector4.setZ
(float value) Vector z componentMethods in com.raylib with parameters of type Vector4Modifier and TypeMethodDescriptionstatic Color
Raylib.colorFromNormalized
(Vector4 normalized) Get Color from normalized values [0..1]static Color
Raylib.colorFromNormalized
(Arena arena, Vector4 normalized) Get Color from normalized values [0..1]Transform.setRotation
(Vector4 value) RotationConstructors in com.raylib with parameters of type Vector4ModifierConstructorDescriptionConstruct with auto memory allocator and fields initialized as specifiedTransform
(SegmentAllocator arena, Vector3 translation, Vector4 rotation, Vector3 scale) Construct with your own memory allocator and fields initialized as specified