Skip to main content

Module components_transform2d

Module components_transform2d 

Source
Expand description

§SDK Transform2D Component Operations

Pure transform operations exposed via #[goud_api] proc-macro. Factory functions create transforms by value; mutation functions operate on *mut FfiTransform2D pointers with null-safety.

Modules§

builder
Builder pattern for constructing Transform2D via heap allocation.
factory
Factory functions for creating Transform2D values by copy.
ptr_ops
Pointer-based mutation and query operations on Transform2D.