Package javaforce.gl
Class Plane3
java.lang.Object
javaforce.gl.Plane3
Represents a plane in 3d space.
- Author:
- pquiring
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatvoidprint()voidset3Points(Vector3 v1, Vector3 v2, Vector3 v3) voidsetCoefficients(float a, float b, float c, float d) voidsetNormalAndPoint(Vector3 normal, Vector3 point)
-
Field Details
-
normal
-
d
public float d
-
-
Constructor Details
-
Plane3
public Plane3()
-
-
Method Details
-
set3Points
-
setNormalAndPoint
-
setCoefficients
public void setCoefficients(float a, float b, float c, float d) -
distance
-
print
public void print()
-