Skip to main content

node_affine

Function node_affine 

Source
pub fn node_affine(doc: &Document, id: NodeId, frame: f64) -> Affine
Expand description

The node’s own transform as an affine, ignoring group/accumulated transforms. Gradient handles are authored in this space and folded into world space with this same affine during evaluation, so the inverse maps world gradient handles back to local coordinates for editing.