Uses of Interface
dev.secondsun.geometry.Model
Packages that use Model
Package
Description
-
Uses of Model in dev.secondsun.game
Constructors in dev.secondsun.game with parameters of type ModelModifierConstructorDescriptionScanLineEngine(int screenWidth, int screenHeight, Model board, Resources resources) -
Uses of Model in dev.secondsun.geometry
Methods in dev.secondsun.geometry that return ModelModifier and TypeMethodDescriptiondefault Modelstatic Modeldefault ModelModel.rotateX(int rotX) default ModelModel.rotateY(int rotY) default ModelModel.rotateZ(int i) default ModelModel.scale(float v) default ModelModel.translateX(int i) default ModelModel.translateY(int i) default ModelModel.translateZ(int i) -
Uses of Model in dev.secondsun.geometry.playfield
Classes in dev.secondsun.geometry.playfield that implement ModelModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in dev.secondsun.geometry.playfield that return Model -
Uses of Model in dev.secondsun.util
Fields in dev.secondsun.util declared as ModelMethods in dev.secondsun.util that return ModelConstructors in dev.secondsun.util with parameters of type Model