Guest User

Untitled

a guest
Jan 21st, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. val points : Seq[Seq[Double]] = Seq[Seq[Double]](
  2. Seq[Double](0, 0, 5),
  3. Seq[Double](0, 4, 5),
  4. Seq[Double](4, 4, 5),
  5. Seq[Double](4, 0, 5)
  6. )
Add Comment
Please, Sign In to add comment