C# Class Dwarrowdelf.Client.VoxelRayCast

Afficher le fichier Open project: tomba/dwarrowdelf Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
IntBound ( float s, float ds ) : float
Mod ( float value, float modulus ) : float

Method Details

RunRayCast() public static méthode

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
Résultat void