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

VRageMath.PlaneD.Transform

Morten Aune Lyrstad edited this page Feb 3, 2022 · 17 revisions

IndexNamespace IndexPlaneD

Summary

public static PlaneD Transform(PlaneD plane, MatrixD matrix)

Transforms a normalized plane by a Matrix.

Returns

PlaneD

Parameters

Summary

public static void Transform(ref PlaneD plane, ref MatrixD matrix, out PlaneD result)

Transforms a normalized plane by a Matrix.

Parameters

Clone this wiki locally