Vec4 Description Name struct Tinman.Math.Vec4 Used by Heightmap.Import.materials / P4.points / T4.points / T4.tangents A four-dimensional vector with 64-bit floating-point precision. / \ | X | | Y | | Z | | W | \ / Fields / Required x Type number X-component of vector. y Type number Y-component of vector. z Type number Z-component of vector. w Type number W-component of vector. Vec3 Tinman.Model