unpack method

Vec3T unpack()

Implementation

Vec3T unpack() => Vec3T(
    x: x,
    y: y,
    z: z);