Sha256: 8c576155b1087d220bc0dc68a91a84585b8e9251cf4766336a46aae9b597ba87

Contents?: true

Size: 686 Bytes

Versions: 7

Compression:

Stored size: 686 Bytes

Contents

= gmath3D

This library defines 3D geometric elements(point, line, plane etc..). It can get two(or more) elements relation, like distance between two elements.

== Class list in gmath3D
* Vector3 class signifies point and vector in 3D.
* Line class signifies inifinite line in 3D.
* FiniteLine class signifies finite line in 3D.
* Plane class signifies inifinite plane in 3D.
* Rectangle class signifies finite plane that has 4 edges in 3.
* Triangle class signifies finite plane that has 3 edges in 3.
* Box class signifies axially aligned box.
* Geom class is parent class of all 3D elements.

== Copyright

Copyright (c) 2011 Toshiyasu Shimizu. See LICENSE.txt for
further details.

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
gmath3D-1.0.0 README.rdoc
gmath3D-0.2.4 README.rdoc
gmath3D-0.2.3 README.rdoc
gmath3D-0.2.2 README.rdoc
gmath3D-0.2.1 README.rdoc
gmath3D-0.2.0 README.rdoc
gmath3D-0.1.1 README.rdoc