Table of Contents

Method b3IsValidPlane

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

b3IsValidPlane(b3Plane)

Determines whether a plane is valid, meaning finite with a normalized normal.

public static extern NativeBool b3IsValidPlane(b3Plane a)

Parameters

a b3Plane

The plane to test.

Returns

NativeBool

true when the plane is valid.