Kaba struct Mesh ed
...
Syntax ed
struct Mesh
var ball: Ball[]
var edge: Edge[]
var polygon: Polygon[]
var vertex: Vertex[]
# constructors
func mut __init__()
func mut __init__(vertex: Vertex[], polygon: Polygon[], edge: Edge[], ball: Ball[])
# operators
func mut __assign__(other: Mesh) # Mesh = Mesh
Elements ed
- var ball: Ball[]
- ...
- var edge: Edge[]
- ...
- var polygon: Polygon[]
- ...
- var vertex: Vertex[]
- ...