Transforms the axis-aligned bounding box bounds by transform: this represents an approximation of the real bounding box after transformation
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static Rect3D FastTransformBounds(
Rect3D bounds,
Matrix3D transform
) |
Visual Basic |
---|
Public Shared Function FastTransformBounds ( _
bounds As Rect3D, _
transform As Matrix3D _
) As Rect3D |
JScript |
---|
public static 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