Transforms the axis-aligned bounding box 'bounds' by 'transform': this represents an approximation of the real bounding box after transformation
Namespace: Ico.GwxAssembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public Rect3D FastTransformBounds(
Rect3D bounds,
Matrix3D transform
) |
Visual Basic |
---|
Public Function FastTransformBounds ( _
bounds As Rect3D, _
transform As Matrix3D _
) As Rect3D |
JScript |
---|
public function FastTransformBounds(
bounds : Rect3D,
transform : Matrix3D
) : Rect3D |
Parameters
- bounds
- Type: System.Windows.Media.Media3D..::..Rect3D
The AABB to transform
- transform
- Type: System.Windows.Media.Media3D..::..Matrix3D
The transform to apply to AABB
Return Value
Transformed AABB
See Also