Space Engineers
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
Sandbox.Engine.Utils.MyIntersectionResultLineBoundingSphere Struct Reference

Public Member Functions

 MyIntersectionResultLineBoundingSphere (float distance, MyEntity physObject)
 

Static Public Member Functions

static MyIntersectionResultLineBoundingSphere GetCloserIntersection (ref MyIntersectionResultLineBoundingSphere?a, ref MyIntersectionResultLineBoundingSphere?b)
 

Public Attributes

readonly float Distance
 
readonly MyEntity PhysObject
 

Detailed Description

Definition at line 6 of file MyIntersectionResultLineBoundingSphere.cs.

Constructor & Destructor Documentation

Sandbox.Engine.Utils.MyIntersectionResultLineBoundingSphere.MyIntersectionResultLineBoundingSphere ( float  distance,
MyEntity  physObject 
)
inline

Definition at line 11 of file MyIntersectionResultLineBoundingSphere.cs.

Member Function Documentation

static MyIntersectionResultLineBoundingSphere Sandbox.Engine.Utils.MyIntersectionResultLineBoundingSphere.GetCloserIntersection ( ref MyIntersectionResultLineBoundingSphere a,
ref MyIntersectionResultLineBoundingSphere b 
)
inlinestatic

Definition at line 18 of file MyIntersectionResultLineBoundingSphere.cs.

Member Data Documentation

readonly float Sandbox.Engine.Utils.MyIntersectionResultLineBoundingSphere.Distance

Definition at line 8 of file MyIntersectionResultLineBoundingSphere.cs.

readonly MyEntity Sandbox.Engine.Utils.MyIntersectionResultLineBoundingSphere.PhysObject

Definition at line 9 of file MyIntersectionResultLineBoundingSphere.cs.


The documentation for this struct was generated from the following file: