### Vector2 - [x] SN_CopyTo - CoreClr doesn't intrinsify this API - [x] SN_Distance - [x] SN_DistanceSquared - [x] SN_Length - [x] SN_LengthSquared - [x] SN_Lerp - [x] SN_Normalize ### Vector3 - [x] SN_CopyTo - CoreClr doesn't intrinsify this API - [x] SN_Distance - [x] SN_DistanceSquared - [x] SN_Length - [x] SN_LengthSquared - [x] SN_Lerp - [x] SN_Normalize ### Vector4 - [x] SN_CopyTo - CoreClr doesn't intrinsify this API - [x] SN_Distance - [x] SN_DistanceSquared - [x] SN_Length - [x] SN_LengthSquared - [x] SN_Lerp - [x] SN_Normalize ### Quaternion - [x] Conjugate