IGeometricObjectScale Property |
Namespace: DigitalRune.Geometry
This value is a scale factor that scales the Shape of this geometric object. The scale can even be negative to mirror an object.
Changing this value does not actually change any values in the Shape instance. Collision algorithms and anyone who uses this geometric object must use the shape and apply the scale factor as appropriate. The scale is automatically applied in the property Aabb.
Changing this property raises the ShapeChanged event.