Packages

 

com.aspose.cad.fileformats.collada.fileparser.elements

Classes

com.aspose.cad.fileformats.collada.fileparser.elements

Class Plane



  • public class Plane
    extends ColladaElement

    The plane. Defines an infinite plane.

    • Constructor Detail

      • Plane

        public Plane()
    • Method Detail

      • getEquation

        public final String getEquation()

        Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.

      • setEquation

        public final void setEquation(String value)

        Gets or sets the equation. Contains four floating-point values that represent the coefficients for the plane’s equation: AX + BY + CZ + D = 0.

      • getExtra

        public final Extra[] getExtra()

        Gets or sets the extra.

      • setExtra

        public final void setExtra(Extra[] value)

        Gets or sets the extra.