SegmentSphereIntersectionData Struct Reference

#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() [1/2]

SegmentSphereIntersectionData ( )

◆  SegmentSphereIntersectionData() [2/2]

SegmentSphereIntersectionData ( Float   o ,
向量   h  
)

Member Data Documentation

◆  offset

Float offset

The offset along the segment that the hit occurs at.

◆  hitPoint

向量 hitPoint

The position that the hit occurs at.