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

Tundra math library is not accessible from Python. #5

Open
Stinkfist0 opened this issue May 14, 2013 · 0 comments
Open

Tundra math library is not accessible from Python. #5

Stinkfist0 opened this issue May 14, 2013 · 0 comments

Comments

@Stinkfist0
Copy link
Contributor

Migrated to here from realXtend/tundra#27

The file TundraWrapper.h has some manually hand-written extensions for Tundra math objects, but the most of the math objects are not exposed to Python.

It is pointless to try to maintain interop classes manually, as these classes are under active development, they change over time and there's just too many of them to sanely hand-maintain (AABB, Circle, Cone, Cylinder, Ellipsoid, float2, float2x2, float2x3, float3, float3x3, float3x4, float4, float4x4, Frustum, LCG, Line, LineSegment, Math, OBB, Plane, Polygon, Polynomial, Quat, Ray, Rect, Sphere, Transform, Triangle). The math library bindings for Python should be generated using an automatic bindings generator.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant