Value object or not for 3d points ?

Posted by Stefano Borini on Stack Overflow See other posts from Stack Overflow or by Stefano Borini
Published on 2010-03-16T10:29:55Z Indexed on 2010/03/17 6:01 UTC
Read the original article Hit count: 278

Filed under:
|
|

I need to develop a geometry library in python, describing points, lines and planes in 3d space, and various geometry operations. Related to my previous question.

The main issue in the design is if these entities should have identity or not. I was wondering if there's a similar library out there (developed in another language) to take inspiration from, what is the chosen design, and in particular the reason for one choice vs. the other.

© Stack Overflow or respective owner

Related posts about value-objects

Related posts about design