Click or drag to resize
Ab4d.SharpEngine logo

BoundingBoxScaleAndTranslate Method

Overload List
 NameDescription
Public methodScaleAndTranslate(Matrix4x4) Returns a new BoundingBox that is created by scaling and translating this BoundingBox with the specified matrix (the current BoundingBox value is not changed). To apply a generic matrix transformation use [!:TransformAllCorners(Matrix4x4)] method.
Public methodScaleAndTranslate(Matrix4x4, Vector3, Vector3)Obsolete.
Sets the out minimum and maximum Vector3D with transforming the current BoundingBox's minimum and maximum value with the specified matrix (the current BoundingBox value is not changed).
Top
See Also