#include <c4d_tools.h>
Structure for passing SegmentSphereIntersection and SegmentCircleIntersection intersection hits from the aforementioned functions. since R16
Public Member Functions | |
SegmentSphereIntersectionData () | |
SegmentSphereIntersectionData (Float o, Vector h) | |
Public Attributes | |
Float | offset |
Vector | hitPoint |
SegmentSphereIntersectionData | ( | Float | o, |
Vector | h | ||
) |
Float offset |
The offset along the segment that the hit occurs at.
Vector hitPoint |
The position that the hit occurs at.