C# Class SA.FullBodyIK.FastLength

Show file Open project: Stereoarts/SAFullBodyIK

Public Properties

Property Type Description
length float
lengthSq float

Public Methods

Method Description
FromLength ( float length ) : FastLength
FromLengthSq ( float lengthSq ) : FastLength
FromVector3 ( Vector3 v ) : FastLength
FromVector3 ( Vector3 v0, Vector3 v1 ) : FastLength

Private Methods

Method Description
FastLength ( float length_ ) : UnityEngine
FastLength ( float length_, float lengthSq_ ) : UnityEngine

Method Details

FromLength() public static method

public static FromLength ( float length ) : FastLength
length float
return FastLength

FromLengthSq() public static method

public static FromLengthSq ( float lengthSq ) : FastLength
lengthSq float
return FastLength

FromVector3() public static method

public static FromVector3 ( Vector3 v ) : FastLength
v UnityEngine.Vector3
return FastLength

FromVector3() public static method

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

Property Details

length public property

public float length
return float

lengthSq public property

public float lengthSq
return float