Struct DMeshAABBTree3.SegmentIntersection
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct SegmentIntersection
Fields
point0
Declaration
public Vector3d point0
Field Value
Type | Description |
---|---|
Vector3d |
point1
Declaration
public Vector3d point1
Field Value
Type | Description |
---|---|
Vector3d |
t0
Declaration
public int t0
Field Value
Type | Description |
---|---|
Int32 |
t1
Declaration
public int t1
Field Value
Type | Description |
---|---|
Int32 |