PlatformObject.getMaxVector C# (CSharp) Method

getMaxVector() private method

private getMaxVector ( ) : Vector3
return Vector3
	Vector3 getMaxVector() {
		Vector3 relativePos = new Vector3(0,0,0);
		relativePos.y = maximumHeight - transform.position.y;
		return relativePos;
	}
	Vector3 getMinVector() {