namespace Unity.Mathematics
{
    /// 
    /// Used by property drawers when vectors should be post normalized.
    /// 
    public class PostNormalizeAttribute : UnityEngine.PropertyAttribute {}
    /// 
    /// Used by property drawers when vectors should not be normalized.
    /// 
    public class DoNotNormalizeAttribute : UnityEngine.PropertyAttribute {}
}