C# 클래스 SA.FullBodyIK.FastLength

파일 보기 프로젝트 열기: Stereoarts/SAFullBodyIK

공개 프로퍼티들

프로퍼티 타입 설명
length float
lengthSq float

공개 메소드들

메소드 설명
FromLength ( float length ) : FastLength
FromLengthSq ( float lengthSq ) : FastLength
FromVector3 ( Vector3 v ) : FastLength
FromVector3 ( Vector3 v0, Vector3 v1 ) : FastLength

비공개 메소드들

메소드 설명
FastLength ( float length_ ) : UnityEngine
FastLength ( float length_, float lengthSq_ ) : UnityEngine

메소드 상세

FromLength() 공개 정적인 메소드

public static FromLength ( float length ) : FastLength
length float
리턴 FastLength

FromLengthSq() 공개 정적인 메소드

public static FromLengthSq ( float lengthSq ) : FastLength
lengthSq float
리턴 FastLength

FromVector3() 공개 정적인 메소드

public static FromVector3 ( Vector3 v ) : FastLength
v UnityEngine.Vector3
리턴 FastLength

FromVector3() 공개 정적인 메소드

public static FromVector3 ( Vector3 v0, Vector3 v1 ) : FastLength
v0 UnityEngine.Vector3
v1 UnityEngine.Vector3
리턴 FastLength

프로퍼티 상세

length 공개적으로 프로퍼티

public float length
리턴 float

lengthSq 공개적으로 프로퍼티

public float lengthSq
리턴 float