Click or drag to resize
Ab4d.SharpEngine logo

BoundingBoxTransformAllCorners Method

Overload List
 NameDescription
Public methodTransformAllCorners(Matrix4x4) Returns a new BoundingBox that is created by transforming this BoundingBox bounds with the specified matrix (the current BoundingBox value is not changed). When the transformation matrix contains only translation and scale, you can use an optimized [!:ScaleAndTranslate(Matrix4x4)] method.
Public methodTransformAllCorners(Matrix4x4, Vector3, Vector3)Obsolete.
Sets the out minimum and maximum Vector3D with transforming the current bounds with the specified matrix (the current BoundingBox value is not changed).
Top
See Also