Transform.xform() and Transform.xform_inv() methods are missing #719
Labels
c: core
Component: core (mod core_types, object, log, init, ...)
feature
Adds functionality to the library
help wanted
Milestone
In Godot, you can call
Transform.xform(v)
to apply the transform tov
(wherev
can be a vector, plane, AABB or vector array), andxform_inv
to apply the inverse transform. See https://docs.godotengine.org/en/stable/classes/class_transform.html#class-transform-method-xformThis method appears to be missing in the gdnative bindings: https://docs.rs/gdnative/0.9.3/gdnative/core_types/struct.Transform.html
The text was updated successfully, but these errors were encountered: