Photon Fusion 2.1.1

Maths.FastAbs Struct Reference

Represents a structure that allows quick setting of the sign bit of floats using field offsets. More...

Public Attributes

float Single
 The single-precision floating-point number.
uint UInt32
 The unsigned integer representation of the float.

Static Public Attributes

const uint Mask = 0x7FFFFFFF
 The mask used to clear the sign bit of a float.

Detailed Description

Represents a structure that allows quick setting of the sign bit of floats using field offsets.