math-library
Here are 155 public repositories matching this topic...
A Math library for computation in JavaScript
-
Updated
Aug 20, 2020 - JavaScript
High quality system independent, portable, open source libm implementation
-
Updated
Sep 3, 2020 - C
zzllrr mather(an offline tool for Math learning, education and research)小乐数学,离线可用的数学学习(自学或教学)、研究辅助工具。计划覆盖数学全部学科的解题、作图、演示、探索工具箱。目前是演示Demo版(抛转引玉),但已经支持数学公式编辑显示,部分作图功能,部分学科,如线性代数、离散数学的部分解题功能。最终目标是推动专业数学家、编程专家、教育工作者、科普工作者共同打造出更加专业级的Mather数学工具
-
Updated
Sep 11, 2020 - JavaScript
Modified version of Sony's open sourced vector and matrix math library.
-
Updated
Mar 20, 2018 - C++
Math JS library. Super advanced & efficient Math expression evaluator
-
Updated
Jan 25, 2020 - JavaScript
Lightweight and modular math toolbox
-
Updated
Jun 2, 2020 - JavaScript
jvm glm
-
Updated
Sep 8, 2020 - Kotlin
OpenGL Mathematics (GLM) for Python
-
Updated
Aug 9, 2020 - C++
Python module for representing file sizes with different prefix notations
-
Updated
Oct 3, 2019 - Python
Meta.Numerics is library for advanced numerical computing on the .NET platform. It offers an object-oriented API for statistical analysis, advanced functions, Fourier transforms, numerical integration and optimization, and matrix algebra.
-
Updated
Sep 7, 2020 - C#
The collections of simple, weighted, exponential, smoothed moving averages.
-
Updated
Nov 11, 2019 - JavaScript
library of useful Python code for scientific + technical applications
-
Updated
Sep 1, 2020 - Jupyter Notebook
A header-only, pure-C math library for 2D/3D graphics (matrix, vector, quaternion) Seeks to be close to C89/C90 compliant for portability. It's like a BLAS, but easier to use.
-
Updated
Jul 15, 2020 - C
A Swift µ-Library of math extensions for SCNVector3, SCNQuaternion, SCNMatrix4
-
Updated
Apr 24, 2020 - Swift
A Taichi extension library providing a set of GLSL-alike helper functions
-
Updated
Aug 28, 2020 - Python
A deterministic collision lib for lockstep
-
Updated
Sep 9, 2019 - C#
A pure-C math library with a great variety of mathematical functions. Seeks to be close to C89/C90 compliant for portability.
-
Updated
Jan 31, 2020 - C
Math library for game programming in python.
-
Updated
Jun 21, 2017 - Python
Linear algebra library with vector swizzling, intersection tests and useful functions for games and graphics dev.
-
Updated
Sep 6, 2020 - C++
An extensible, intuitive and easy to use algebra system that is capable of algebraic manipulation, simplification, differentiation, and much more. Reverse engineered from TI-nspire CAS.
-
Updated
Dec 31, 2018 - Java
Modify and Improve math expressions.
-
Updated
Dec 30, 2018 - PHP
My implementation of the regression algorithms
-
Updated
Aug 30, 2017 - PHP
Auto-generated maths library for C and C++ based on HLSL
-
Updated
Aug 26, 2020 - C
Spartns is a SPARse TeNSor representation library. This project moved to Gitlab
-
Updated
Apr 19, 2018 - Common Lisp
-
Updated
Sep 6, 2020 - Python
This is a C++ math library, with a focus on geometry.
-
Updated
Sep 7, 2020 - C++
Improve this page
Add a description, image, and links to the math-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the math-library topic, visit your repo's landing page and select "manage topics."


Description
Using Mouse.GetState() returns (0,0) for position when using the trackpad. Using an external mouse works. This cannot be fixed with Mouse.GetState(int).
Repro steps
Call: Console.WriteLine(Mouse.GetState()); in an update frame function.
Expected behavior
It should return the X and Y displacement of your mouse
Actual behavior
It returns (0,0)
Related