All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
limits.h
Go to the documentation of this file.
1//
2// Copyright 2016 Pixar
3//
4// Licensed under the terms set forth in the LICENSE.txt file available at
5// https://openusd.org/license.
6//
7#ifndef PXR_BASE_GF_LIMITS_H
8#define PXR_BASE_GF_LIMITS_H
9
13
17#define GF_MIN_VECTOR_LENGTH 1e-10
18
22#define GF_MIN_ORTHO_TOLERANCE 1e-6
23
24#endif