Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

VRageMath.BoundingSphere.Transform

Morten Aune Lyrstad edited this page Oct 10, 2019 · 16 revisions

IndexNamespace IndexBoundingSphere

Summary

public BoundingSphere Transform(Matrix matrix)

Translates and scales the BoundingSphere using a given Matrix.

Returns

BoundingSphere

Parameters

Summary

public void Transform(ref Matrix matrix, out BoundingSphere result)

Translates and scales the BoundingSphere using a given Matrix.

Parameters

Clone this wiki locally