|
|
@ -280,11 +280,10 @@ public class Plane implements Savable, Cloneable, java.io.Serializable { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* <code>toString</code> returns a string that represents the string |
|
|
|
* <code>toString</code> returns a string representation of this plane. |
|
|
|
* representation of this plane. It represents the normal as a |
|
|
|
* It represents the normal as a <code>Vector3f</code>, so the format is: |
|
|
|
* <code>Vector3f</code> object, so the format is the following: |
|
|
|
* |
|
|
|
* com.jme.math.Plane [Normal: org.jme.math.Vector3f [X=XX.XXXX, Y=YY.YYYY, |
|
|
|
* Plane [Normal: (X.XXXX, Y.YYYY, Z.ZZZZ) - Constant: C.CCCC] |
|
|
|
* Z=ZZ.ZZZZ] - Constant: CC.CCCCC] |
|
|
|
|
|
|
|
* |
|
|
|
* |
|
|
|
* @return the string representation of this plane. |
|
|
|
* @return the string representation of this plane. |
|
|
|
*/ |
|
|
|
*/ |
|
|
|