Class DMeshAABBTree3.IntersectionsQueryResult
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public class IntersectionsQueryResult
Fields
Points
Declaration
public List<DMeshAABBTree3.PointIntersection> Points
Field Value
Type | Description |
---|---|
List<DMeshAABBTree3.PointIntersection> |
Segments
Declaration
public List<DMeshAABBTree3.SegmentIntersection> Segments
Field Value
Type | Description |
---|---|
List<DMeshAABBTree3.SegmentIntersection> |