C# Class Axiom.Core.IntersectionSceneQueryResult

Holds the results of an intersection scene query (pair values).
Datei anzeigen Open project: WolfgangSt/axiom

Protected Properties

Property Type Description
objects2Objects SceneQueryMovableObjectIntersectionList
objects2World SceneQueryMovableObjectWorldFragmentIntersectionList

Public Methods

Method Description
Clear ( ) : void

Method Details

Clear() public method

public Clear ( ) : void
return void

Property Details

objects2Objects protected_oe property

protected SceneQueryMovableObjectIntersectionList objects2Objects
return SceneQueryMovableObjectIntersectionList

objects2World protected_oe property

protected SceneQueryMovableObjectWorldFragmentIntersectionList objects2World
return SceneQueryMovableObjectWorldFragmentIntersectionList