toNormalizedVector method

Vector3d toNormalizedVector()

Implementation

Vector3d toNormalizedVector() {
  return Vector3d(X: r, Y: g, Z: b);
}