Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
M
- magnificationFilter - Variable in class util.specs.TextureSpec
- main(String[]) - Static method in class scenes.DemoPlatformer
-
Deprecated.
- main(String[]) - Static method in class scenes.DemoTopDown
- main(String[]) - Static method in class scenes.TextRenderingDemo
- map - Variable in class tiles.Tilesystem
- map(float, float, float, float, float) - Static method in class util.MathUtils
-
Re-maps a number from one range to another.
- Map<Position> - Interface in ai.path
-
A Map describes the complete state of a finite graph and offers a start and target node to be processed by a pathfinding algorithm.
- markClean() - Method in class util.debug.DebugLine
-
Mark this line clean so renderer doesn't update the values of this line
- markDirty() - Method in class ecs.SpriteRenderer
-
Mark this Sprite renderer as dirty
- markDirty() - Method in class util.debug.DebugLine
-
Mark this line dirty so renderer can reflect changed values
- MAROON - Static variable in class graphics.Color
- mask() - Method in class ecs.PolygonCollider
- mask() - Method in interface physics.collision.Collider
-
A short containing all enabled masks encoded as bit mask.
- mask(int...) - Method in class ecs.PolygonCollider
-
Sets multiple masks at once for handy usage.
- MAT3 - Enum constant in enum class graphics.ShaderDatatype
- MAT4 - Enum constant in enum class graphics.ShaderDatatype
- MathUtils - Class in util
-
An util class containing a lot of useful methods to do maths and physics calculations.
- MathUtils() - Constructor for class util.MathUtils
- maxBatchSize - Variable in class graphics.renderer.RenderBatch
-
Max number of primitives a batch can hold
- maxDotPoint(Vector2f[], Vector2f) - Static method in class util.MathUtils
-
Finds the point with the highest dot product in a shape to a given direction d, by doing a simple max search over all dot products dot(a,d) where a element of A.
- maxDotPointMinkDiff(PrimitiveShape, PrimitiveShape, Vector2f) - Static method in class util.MathUtils
-
Calculates the maximum point of a convex shape C in a specific direction, where C is considered the minkowskiDiff(A,B).
- millisRunning() - Static method in class util.Engine
- minificationFilter - Variable in class util.specs.TextureSpec
- MIRROR_CLAMP_TO_EDGE - Enum constant in enum class util.specs.TextureSpec.TextureWrapFilterType
- MIRRORED_REPEAT - Enum constant in enum class util.specs.TextureSpec.TextureWrapFilterType
- modifiers - Variable in class event.EventData.KeyEventData
- modifiers - Variable in class event.EventData.MouseButtonEventData
- mouse - Static variable in class input.Mouse
-
Position of the mouse
- Mouse - Class in input
- Mouse() - Constructor for class input.Mouse
- mouseButton - Static variable in class input.Mouse
-
Array for storing states for mouse buttons
- mouseButtonDown(int) - Static method in class input.Mouse
-
Get if the queried button is pressed
- mouseButtonEvent - Static variable in class event.Events
- MouseButtonEventData(int, int, int) - Constructor for class event.EventData.MouseButtonEventData
- mouseDragged - Static variable in class input.Mouse
-
Is the mouse being dragged
- mouseScroll - Static variable in class input.Mouse
-
Mouse Scrolling Values
- mouseScrollEvent - Static variable in class event.Events
- MouseScrollEventData(double, double) - Constructor for class event.EventData.MouseScrollEventData
- mouseX - Static variable in class input.Mouse
-
X Position of the mouse
- mouseY - Static variable in class input.Mouse
-
Y Position of the mouse
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form