Skip to content

Tundra math library is not accessible from Python. #5

Description

@Stinkfist0

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions