Packages

# DPP A Distributed Path Planner

Current section

Files

Jump to
dpp lib robot robot_mesh.ex
Raw

lib/robot/robot_mesh.ex

defmodule Robot.Mesh do
@moduledoc """
Robot Mesh struct
points: [], indices: [], translates: [], rotates: []
"""
defstruct points: [], indices: [], translates: [], rotates: []
end