首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > ruby-math-3d

ruby-math-3d

  • 资源大小:58.84 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: rubymathd

资 源 简 介

# **[2013-07-15] Moved to [GitHub](https://github.com/vaiorabbit/rmath3d).** # # Summary # A math module for 3D game programming and computer graphics. # Features # ## Supports frequently-used vector and matrix classes ## * RMtx3 (3x3 matrix) * RMtx4 (4x4 matrix) * RQuat (Quaternion) * RVec3 (3 element vector) * RVec4 (4 element vector) ## Two implementations that are interchangeable with each other ## 1. RMath.so : Ruby extension library for faster execution. 1. RMath.rb : Ruby implemantation for debugging use. # Building RMath.so # ## For mkmf users ## > $ ruby extconf.rb > $ make For Windows users, type commands below via the "Visual Studio 200{5|8} Command Prompt". This process requires "cl.exe", "link.exe and "mt.exe" to be exist in the program PATH: > X:> ruby extconf.rb > X:> nmake You might encounter the "MSC version unmatch: _MSC\_VER: XXXX is expected." error at the time compiling "WrapRMath.c". See the instruction in the extconf.rb to avoid thi

文 件 列 表

ChangeLog
LICENSE.txt
README.txt
RMath.h
RMath.rb
RMtx3.c
RMtx3.h
RMtx4.c
RMtx4.h
RQuat.c
RQuat.h
RType.h
RVec3.c
RVec3.h
RVec4.c
RVec4.h
WrapRMath.c
extconf.rb
mkrf_conf.rb
sample
opengl
simple
test
test.rb
test_RMtx3.rb
test_RMtx4.rb
test_RQuat.rb
test_RVec3.rb
test_RVec4.rb

相 关 资 源

VIP VIP
0.213158s