Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

math_ #56

Open
drewmccluskey opened this issue Nov 25, 2018 · 3 comments
Open

math_ #56

drewmccluskey opened this issue Nov 25, 2018 · 3 comments
Assignees
Projects

Comments

@drewmccluskey
Copy link
Collaborator

drewmccluskey commented Nov 25, 2018

Currently Finished Until Further Changes Required

Epsilon

  • ✅math_set_epsilon
  • ✅math_get_epsilon

Random

  • ✅ choose
  • ✅random
  • ✅random_range
  • ✅irandom
  • ✅irandom_range
  • ✅random_set_seed
  • ✅random_get_seed
  • ❌ random_use_old_version
  • ✅randomize

Trig

  • ✅arccos
  • ✅arcsin
  • ✅arctan
  • ✅arctan2
  • ✅sin
  • ✅tan
  • ✅cos
  • ✅darccos
  • ✅darcsin
  • ✅darctan
  • ✅darctan2
  • ✅dsin
  • ✅dtan
  • ✅dcos
  • ✅degtorad
  • ✅radtodeg
  • ✅lengthdir_x
  • ✅lengthdir_y

Rounding

  • ✅round
  • ✅floor
  • ✅frac
  • ✅abs
  • ✅sign
  • ✅ceil
  • ✅max
  • ✅mean
  • ✅median
  • ✅min
  • ✅lerp
  • ✅clamp

Misc

  • ✅exp
  • ✅ln
  • ✅power
  • ✅sqr
  • ✅sqrt
  • ✅log2
  • ✅log10
  • ✅logn
  • ❌ int64

Vector

  • ✅point_direction
  • ✅point_distance
  • ❌ point_distance_3d
  • ✔️dot_product
  • ❌ dot_product_3d
  • ✔️dot_product_normalised
  • ❌dot_product_normalised_3d
  • ✅angle_difference
@lofcz
Copy link
Owner

lofcz commented Nov 25, 2018

Marked functions that won't be ported

@drewmccluskey
Copy link
Collaborator Author

I have been trying to understand dot_product and dot_product_normalized but just don't understand them enough to be able to really write a doc on them. Matej or Cryo, do you guys understand it enough to write one and I can edit the English?

@lofcz
Copy link
Owner

lofcz commented Jan 23, 2019

Will add missing entries (dot_product).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
LoF
Matěj
Development

No branches or pull requests

2 participants