worldAabb property
Aabb
get
worldAabb
Computes the AABB of this node in world space.
Implementation
Aabb get worldAabb {
final local = localAabb;
return local.transformed(worldMatrix);
}
Computes the AABB of this node in world space.
Aabb get worldAabb {
final local = localAabb;
return local.transformed(worldMatrix);
}