MCPcopy Create free account
hub / github.com/OpenArkStudio/ARK / PBToVec

Method PBToVec

src/plugin/bus/interface/AFIMsgModule.hpp:77–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75 }
76
77 static AFVector3D PBToVec(AFMsg::Point3D xPoint)
78 {
79 AFVector3D xID;
80 xID.x = xPoint.x();
81 xID.y = xPoint.y();
82 xID.z = xPoint.z();
83 return xID;
84 }
85
86 static AFMsg::Point3D VecToPB(AFVector3D xID)
87 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected