Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/transform.h
| Context not available. | |||||
| * Get the transform distance between two points (used by Closest snap) | * Get the transform distance between two points (used by Closest snap) | ||||
| * | * | ||||
| * \note Return value can be anything, | * \note Return value can be anything, | ||||
| * where the smallest absolute value defines whats closest. | * where the smallest absolute value defines what's closest. | ||||
| */ | */ | ||||
| float (*distance)(struct TransInfo *t, const float p1[3], const float p2[3]); | float (*distance)(struct TransInfo *t, const float p1[3], const float p2[3]); | ||||
| Context not available. | |||||