Searched refs:dzVal (Results 1 – 2 of 2) sorted by relevance
566 double dzVal = 0.0; in ParseJsRotate() local569 GetDefaultRotateVector(dxVal, dyVal, dzVal); in ParseJsRotate()573 Framework::JSViewAbstract::ParseJsDouble(jsObj->GetProperty("z"), dzVal); in ParseJsRotate()577 rotate.zDirection = static_cast<float>(dzVal); in ParseJsRotate()
267 double dzVal = 0.0; in ParseJsRotate() local275 GetDefaultRotateVector(dxVal, dyVal, dzVal); in ParseJsRotate()279 JSViewAbstract::ParseJsDouble(jsRotateZ, dzVal); in ParseJsRotate()283 rotate.zDirection = static_cast<float>(dzVal); in ParseJsRotate()