程序包 dlparty
接口 TestBed
- 所有已知实现类:
AbstractFireworks,Blobs,BouncingBalls,Circles,Curves,DoomFire,DrivingGame,Guitar,InterwebBlogosphere,MatrixEffect,Mosaic,Plasma,PossiblyAShrub,QuickSortVisualization,RaceTrack,Squares,ThreeDCube,ThunderStorm,TinyLoadingScreen,TixyLand
public interface TestBed
-
嵌套类概要
嵌套类 -
字段概要
字段 -
方法概要
修饰符和类型方法说明default floatcos(float x)voidfx(@NotNull org.ice1000.jimgui.JImDrawList d, TestBed.ImVec2 a, TestBed.ImVec2 b, TestBed.ImVec2 sz, TestBed.ImVec4 mouse, float t)default intIM_COL32(double red, double green, double blue, double alpha)default intIM_COL32(float red, float green, float blue, float alpha)default intIM_COL32(int red, int green, int blue, int alpha)default floatImClamp(float v, float mn, float mx)default TestBed.ImVec2ImClamp(TestBed.ImVec2 v, TestBed.ImVec2 mn, TestBed.ImVec2 mx)default floatImLerp(float a, float b, float t)default TestBed.ImVec2ImLerp(TestBed.ImVec2 a, TestBed.ImVec2 b, float t)default TestBed.ImVec2ImLerp(TestBed.ImVec2 a, TestBed.ImVec2 b, TestBed.ImVec2 t)default TestBed.ImVec4ImLerp(TestBed.ImVec4 a, TestBed.ImVec4 b, float t)default voidlaunch()static voiddefault floatpow(float x, float y)default floatsin(float x)default voidtestBed(@NotNull org.ice1000.jimgui.JImGui imGui, @NotNull org.ice1000.jimgui.JImStr title)
-
字段详细资料
-
方法详细资料
-
fx
void fx(@NotNull @NotNull org.ice1000.jimgui.JImDrawList d, TestBed.ImVec2 a, TestBed.ImVec2 b, TestBed.ImVec2 sz, TestBed.ImVec4 mouse, float t) -
sin
default float sin(float x) -
cos
default float cos(float x) -
pow
default float pow(float x, float y) -
IM_COL32
default int IM_COL32(int red, int green, int blue, int alpha) -
IM_COL32
default int IM_COL32(float red, float green, float blue, float alpha) -
IM_COL32
default int IM_COL32(double red, double green, double blue, double alpha) -
ImClamp
-
ImLerp
default float ImLerp(float a, float b, float t) -
ImClamp
default float ImClamp(float v, float mn, float mx) -
ImLerp
-
ImLerp
-
ImLerp
-
launch
-
launch
default void launch() -
testBed
default void testBed(@NotNull @NotNull org.ice1000.jimgui.JImGui imGui, @NotNull @NotNull org.ice1000.jimgui.JImStr title)
-