Space Engineers
Classes
Package VRageMath.PackedVector

Classes

struct  Byte4
 Packed vector type containing four 8-bit unsigned integer values, ranging from 0 to 255. More...
 
class  HalfUtils
 
struct  HalfVector2
 Packed vector type containing two 16-bit floating-point values. More...
 
struct  HalfVector3
 Packed vector type containing four 16-bit floating-point values. More...
 
struct  HalfVector4
 Packed vector type containing four 16-bit floating-point values. More...
 
interface  IPackedVector
 Interface that converts packed vector types to and from Vector4 values, allowing multiple encodings to be manipulated in a generic way. More...
 
struct  NormalizedByte4
 Packed vector type containing four 8-bit signed normalized values, ranging from −1 to 1. More...
 
class  PackUtils