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

VRageMath.BoundingSphereD.Transform

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

IndexNamespace IndexBoundingSphereD

Summary

public BoundingSphereD Transform(MatrixD matrix)

Translates and scales the BoundingSphereD using a given Matrix.

Returns

BoundingSphereD

Parameters

Summary

public void Transform(ref MatrixD matrix, out BoundingSphereD result)

Translates and scales the BoundingSphereD using a given Matrix.

Parameters

Clone this wiki locally