CellGrid3D Module
Functions and values
| Function or value |
Description
|
Full Usage:
clear x y z grid
Parameters:
int
y : int
z : int
grid : CellGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
create width height depth cellSize origin
Parameters: Returns: CellGrid3D<'T>
Type parameters: 'T |
|
Full Usage:
get x y z grid
Parameters:
int
y : int
z : int
grid : CellGrid3D<'T>
Returns: 'T voption
Modifiers: inline Type parameters: 'T |
|
Full Usage:
getWorldPos x y z grid
Parameters:
^a
y : ^b
z : ^c
grid : CellGrid3D<'T>
Returns: Vector3
Modifiers: inline Type parameters: ^a, ^b, ^c, 'T (requires (static member op_Explicit : ^a -> Microsoft.FSharp.Core.float32) and (static member op_Explicit : ^b -> Microsoft.FSharp.Core.float32) and (static member op_Explicit : ^c -> Microsoft.FSharp.Core.float32)) |
|
Full Usage:
iter action grid
Parameters:
int -> int -> int -> 'T -> unit
grid : CellGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
iterVolume bounds action grid
Parameters:
BoundingBox
action : int -> int -> int -> 'T -> unit
grid : CellGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Full Usage:
set x y z content grid
Parameters:
int
y : int
z : int
content : 'T
grid : CellGrid3D<'T>
Modifiers: inline Type parameters: 'T |
|
Mibo