VRageMath.BoundingSphere.Transform - bimbam2103/space_engineers GitHub Wiki
← Index ← Namespace Index ← BoundingSphere
public BoundingSphere Transform(Matrix matrix)
Translates and scales the BoundingSphere using a given Matrix.
- Matrix matrix
public void Transform(ref Matrix matrix, out BoundingSphere result)
Translates and scales the BoundingSphere using a given Matrix.
- Matrix matrix
- BoundingSphere result