MCPcopy Create free account
hub / github.com/Kethku/Pando / transform_of

Method transform_of

aspen/src/context_stack/draw_context.rs:399–401  ·  view source on GitHub ↗
(&self, other: &ElementPointer<Other>)

Source from the content-addressed store, hash-verified

397 }
398
399 pub fn transform_of<Other: Element>(&self, other: &ElementPointer<Other>) -> Affine {
400 self.transform_by_token(other.token())
401 }
402
403 fn transform_by_token(&self, other_token: Token) -> Affine {
404 self.regions

Callers

nothing calls this directly

Calls 2

transform_by_tokenMethod · 0.80
tokenMethod · 0.45

Tested by

no test coverage detected