MCPcopy Create free account
hub / github.com/DanielChappuis/reactphysics3d / Line

Method Line

testbed/common/Line.cpp:30–34  ·  view source on GitHub ↗

Constructor

Source from the content-addressed store, hash-verified

28
29// Constructor
30Line::Line(const openglframework::Vector3& worldPoint1,
31 const openglframework::Vector3& worldPoint2)
32 : mWorldPoint1(worldPoint1), mWorldPoint2(worldPoint2) {
33
34}
35
36// Destructor
37Line::~Line() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected