Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (13)
43private static void AddPointToBounds(ref Point3D point, ref Rect3D bounds)
88internal static Rect3D ComputeAxisAlignedBoundingBox(Point3DCollection positions)
97Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0);
110return Rect3D.Empty;
115internal static Rect3D ComputeTransformedAxisAlignedBoundingBox(/* IN */ ref Rect3D originalBox, Transform3D transform)
129internal static Rect3D ComputeTransformedAxisAlignedBoundingBox( /* IN */ ref Rect3D originalBox, /* IN */ ref Matrix3D matrix)
147internal static Rect3D ComputeTransformedAxisAlignedBoundingBoxAffine(/* IN */ ref Rect3D originalBox, /* IN */ ref Matrix3D matrix)
325internal static Rect3D ComputeTransformedAxisAlignedBoundingBoxNonAffine(/* IN */ ref Rect3D originalBox, /* IN */ ref Matrix3D matrix)
350Rect3D newBounds = new Rect3D(p.X, p.Y, p.Z, 0, 0, 0);