Blame view

3rdparty/boost_1_81_0/libs/qvm/doc/docinfo.html 494 Bytes
73ef4ff3   Hu Chunming   提交三方库
1
2
3
4
5
6
7
8
9
10
11
12
  <meta name="keywords" content="c++,quaternion,vector,matrix,open source">
  <meta name="description" content="Generic C++ library for working with Quaternions, Vectors and Matrices">
  <link rel="stylesheet" href="./zajo-light.css" disabled=true>
  <script>
  function switch_style()
  {
  	var i, tag;
  	for( i=0, tag=document.getElementsByTagName("link"); i<tag.length; i++ )
  		if( tag[i].rel.indexOf("stylesheet")!=-1 && tag[i].href.includes("zajo-") )
  			tag[i].disabled = !tag[i].disabled;
  }
  </script>