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.
		
		
		
		
		
			
		
			
				
					
					
						
							44 lines
						
					
					
						
							990 B
						
					
					
				
			
		
		
		
			
			
			
				
					
				
				
					
				
			
		
		
	
	
							44 lines
						
					
					
						
							990 B
						
					
					
				
								<!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>
							 | 
						|
										[page:Curve] →
							 | 
						|
								
							 | 
						|
										<h1>[name]</h1>
							 | 
						|
								
							 | 
						|
										<p class="desc">3d 선 세그먼트를 그리는 커브입니다.</p>
							 | 
						|
								
							 | 
						|
										<h2>생성자</h2>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h3>[name]( [param:Vector3 v1], [param:Vector3 v2] )</h3>
							 | 
						|
										<p>
							 | 
						|
											[page:Vector3 v1] – 시작점입니다.<br/>
							 | 
						|
											[page:Vector3 v2] - 종착점입니다.
							 | 
						|
										</p>
							 | 
						|
								
							 | 
						|
								
							 | 
						|
										<h2>프로퍼티</h2>
							 | 
						|
										<p>일반 프로퍼티는 기본 [page:Curve] 클래스를 참고하세요.</p>
							 | 
						|
								
							 | 
						|
										<h3>[property:Vector3 v1]</h3>
							 | 
						|
										<p>시작점입니다.</p>
							 | 
						|
								
							 | 
						|
										<h3>[property:Vector3 v2]</h3>
							 | 
						|
										<p>종착점입니다.</p>
							 | 
						|
								
							 | 
						|
										<h2>메서드</h2>
							 | 
						|
										<p>일반 메서드는 기본 [page:Curve] 클래스를 참고하세요.</p>
							 | 
						|
								
							 | 
						|
										<h2>소스코드</h2>
							 | 
						|
								
							 | 
						|
										<p>
							 | 
						|
											[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]
							 | 
						|
										</p>
							 | 
						|
									</body>
							 | 
						|
								</html>
							 | 
						|
								
							 |