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

VRageMath.Plane.Transform

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

IndexNamespace IndexPlane

Summary

public static Plane Transform(Plane plane, Matrix matrix)

Transforms a normalized Plane by a Matrix.

Returns

Plane

Parameters

Summary

public static void Transform(ref Plane plane, ref Matrix matrix, out Plane result)

Transforms a normalized Plane by a Matrix.

Parameters

Clone this wiki locally