Uses of Record Class
club.doki7.sdl3.datatype.SDL_FPoint
Packages that use SDL_FPoint
-
Uses of SDL_FPoint in club.doki7.sdl3.datatype
Classes in club.doki7.sdl3.datatype that implement interfaces with type arguments of type SDL_FPointModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array of null structure(s) in native memory.Methods in club.doki7.sdl3.datatype that return SDL_FPointModifier and TypeMethodDescriptionstatic SDL_FPoint@NotNull SDL_FPointSDL_FPoint.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static SDL_FPointSDL_FPoint.clone(Arena arena, SDL_FPoint src) @NotNull SDL_FPointSDL_Vertex.position()@NotNull SDL_FPointSDL_Vertex.tex_coord()SDL_FPoint.Ptr.toArray()SDL_FPoint.x(float value) SDL_FPoint.y(float value) Methods in club.doki7.sdl3.datatype that return types with arguments of type SDL_FPointMethods in club.doki7.sdl3.datatype with parameters of type SDL_FPointModifier and TypeMethodDescriptionstatic SDL_FPointSDL_FPoint.clone(Arena arena, SDL_FPoint src) SDL_Vertex.position(@NotNull SDL_FPoint value) SDL_Vertex.tex_coord(@NotNull SDL_FPoint value) voidSDL_FPoint.Ptr.write(long index, @NotNull SDL_FPoint value) Method parameters in club.doki7.sdl3.datatype with type arguments of type SDL_FPointModifier and TypeMethodDescriptionSDL_Vertex.position(Consumer<@NotNull SDL_FPoint> consumer) SDL_Vertex.tex_coord(Consumer<@NotNull SDL_FPoint> consumer)