Table of Contents

Method b3IsValidTransform

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3IsValidTransform(b3Transform)

Determines whether a transform is valid and its rotation normalized.

public static extern NativeBool b3IsValidTransform(b3Transform a)

Parameters

a b3Transform

The transform to test.

Returns

NativeBool

true when the transform is valid.