This website requires JavaScript.
Explore
Help
Sign in
CSCI200
/
A5
Watch
1
Star
0
Fork
You've already forked A5
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
main
A5
/
Triangle.cpp
6 lines
102 B
C++
Raw
Permalink
Normal View
History
Unescape
Escape
Initial commit
2024-11-06 17:02:59 -07:00
#
include
"Triangle.h"
ATriangle
:
:
ATriangle
(
)
{
Comment + unique_ptr issue + correct horse battery staple
2024-11-18 00:18:28 -07:00
mNumVertices
=
3
;
mVertices
=
new
Coordinate
[
3
]
;
Initial commit
2024-11-06 17:02:59 -07:00
}
Reference in a new issue
Copy permalink