You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
703 B

2 years ago
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<base href="../../../" />
<script src="page.js"></script>
<link type="text/css" rel="stylesheet" href="page.css" />
</head>
<body>
<h1>[name]</h1>
<p class="desc">
데이터의 기능 함수를 포함하고 있는 클래스입니다.
</p>
<h2>메서드</h2>
<h3>[method:Number toHalfFloat]( [param:Number val] )</h3>
<p>
val --단일 부동 소수점 값입니다.<br /><br />
unit16 값으로 표현되는 반정밀 부동소수점 값을 리턴합니다.
</p>
<h2>소스코드</h2>
<p>
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
</p>
</body>
</html>