worldTranslation property
Vec2D
get
worldTranslation
Implementation
Vec2D get worldTranslation =>
Vec2D.fromValues(worldTransform[4], worldTransform[5]);
Vec2D get worldTranslation =>
Vec2D.fromValues(worldTransform[4], worldTransform[5]);