Skip to content

Convert uuid, quaternion to tables rather than functions #28

@WolfGangS

Description

@WolfGangS

This is in part to match the convention vector sets, but also to give places to put relevant functions and constants

for instance

local quat = quaternion.create(1,2,3,4)
quaternion.normalize(quat)
quaternion.identity

uuid.create("00000000...")
uuid.generate() -- Maybe add versions?

Of course keeping the __call functionality added to vector would be good, to keep people able to use quaternion(1,2,3,4).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions