Home
last modified time | relevance | path

Searched refs:GetAABB (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/kits/js/include/
H A DMeshJS.h34 napi_value GetAABB(NapiApi::FunctionContext<>& ctx);
H A DSubMeshJS.h35 napi_value GetAABB(NapiApi::FunctionContext<>& ctx);
/ohos5.0/foundation/graphic/graphic_3d/kits/js/src/
H A DMeshJS.cpp45 node_props.push_back(GetProperty<Object, MeshJS, &MeshJS::GetAABB>("aabb")); in Init()
107 napi_value MeshJS::GetAABB(NapiApi::FunctionContext<>& ctx) in GetAABB() function in MeshJS
H A DSubMeshJS.cpp47 node_props.push_back(GetProperty<Object, SubMeshJS, &SubMeshJS::GetAABB>("aabb")); in Init()
79 napi_value SubMeshJS::GetAABB(NapiApi::FunctionContext<>& ctx) in GetAABB() function in SubMeshJS