#include <c4d_tools.h>
Structure for passing SegmentSphereIntersection and SegmentCircleIntersection intersection hits from the aforementioned functions. since R16
公共成员函数 |
|
SegmentSphereIntersectionData () | |
SegmentSphereIntersectionData ( Float o, 向量 h) |
Public Attributes |
|
Float | offset |
向量 | hitPoint |
SegmentSphereIntersectionData | ( | ) |
SegmentSphereIntersectionData | ( | Float | o , |
向量 | h | ||
) |
Float offset |
The offset along the segment that the hit occurs at.
向量 hitPoint |
The position that the hit occurs at.