C# Class Dwarrowdelf.Client.VoxelRayCast

Mostrar archivo Open project: tomba/dwarrowdelf Class Usage Examples

Public Methods

Method Description
RunRayCast ( IntSize3 worldSize, System.Vector3 origin, System.Vector3 direction, float radius, RayCastDelegate callback ) : void

Private Methods

Method Description
IntBound ( float s, float ds ) : float
Mod ( float value, float modulus ) : float

Method Details

RunRayCast() public static method

public static RunRayCast ( IntSize3 worldSize, System.Vector3 origin, System.Vector3 direction, float radius, RayCastDelegate callback ) : void
worldSize IntSize3
origin System.Vector3
direction System.Vector3
radius float
callback RayCastDelegate
return void