Skip to main content
Version: 0.10.0

Math Documentation

The complete Unique Math documentation can be viewed to a dedicated documentation:

👉 Visit Unique Math Documentation

Unique Engine Extensions​

Unique Engine extends the base math library with additional utility functions.

Box3 Extensions​

  • box3_set_from_object(box, object): Computes the bounding box of an UeObject3D and its children.

Vector3 Extensions​

  • vec3_project(vector, camera): Projects a vector from world space into NDC space.
  • vec3_unproject(vector, camera): Unprojects a vector from NDC space into world space.