C# 클래스 SSTUTools.Arc

파일 보기 프로젝트 열기: shadowmage45/SSTULabs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
endAngle float
endVector Vector3
faces int
height float
length float
radius float
startAngle float
startVector Vector3

공개 메소드들

메소드 설명
Arc ( float radius, float height, float start, float end, int faces ) : System
generateVertices ( MeshBuilder builder, Vector3 offset, UVArea area, float v, float yCos, float ySin ) : List
getPivotPoint ( ) : Vector3
getPivotYRotation ( ) : float

메소드 상세

Arc() 공개 메소드

public Arc ( float radius, float height, float start, float end, int faces ) : System
radius float
height float
start float
end float
faces int
리턴 System

generateVertices() 공개 메소드

public generateVertices ( MeshBuilder builder, Vector3 offset, UVArea area, float v, float yCos, float ySin ) : List
builder MeshBuilder
offset Vector3
area UVArea
v float
yCos float
ySin float
리턴 List

getPivotPoint() 공개 메소드

public getPivotPoint ( ) : Vector3
리턴 Vector3

getPivotYRotation() 공개 메소드

public getPivotYRotation ( ) : float
리턴 float

프로퍼티 상세

endAngle 공개적으로 프로퍼티

public float endAngle
리턴 float

endVector 공개적으로 프로퍼티

public Vector3 endVector
리턴 Vector3

faces 공개적으로 프로퍼티

public int faces
리턴 int

height 공개적으로 프로퍼티

public float height
리턴 float

length 공개적으로 프로퍼티

public float length
리턴 float

radius 공개적으로 프로퍼티

public float radius
리턴 float

startAngle 공개적으로 프로퍼티

public float startAngle
리턴 float

startVector 공개적으로 프로퍼티

public Vector3 startVector
리턴 Vector3