TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Artur Mandas
NA
8
389
Wrapping similar Vector structs
Mar 9 2020 10:34 AM
Hi,
I have a problem concerning structures consistency in a project containing many external libs. Namely, I need a consistent representation of Vector3 and Vector2 structs. Some of the libs are using System.Numerics namespace for vector representation, others have their own implementations. They differ in member fields, ie. some have axis letters uppercase, while I would like to have lowercase properties like x,y,z. My goal is to have one uber struct for my application, while minimizing the need for modification of the external libs. I lack experience on how to approach it in elegant way. Should I create a sort of a wrapper? How to make it smart?
Thanks in advance
Reply
Answers (
1
)
Unhandled Exception: System.FormatException: <Timeout Error
Pagination without using jquery