Kaba struct Face ed
...
Syntax ed
struct Face
var index: i32[16]
var num_vertices: i32
var plane: plane
# constructors
func mut __init__(num_vertices: i32, index: i32[16], plane: plane)
# operators
func mut __assign__(other: Face) # Face = Face
Elements ed
- var index: i32[16]
- ...
- var num_vertices: i32
- ...
- var plane: plane
- ...