Class Plane

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Numerics, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Numerics
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Numerics.Plane
        See Also:
        Constant Field Values
      • classType

        public static org.mases.jcobridge.JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • Plane

        public Plane​(java.lang.Object instance)
              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • Plane

        public Plane()
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Plane

        public Plane​(Single x,
                     Single y,
                     Single z,
                     Single d)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Plane

        public Plane​(Vector3 normal,
                     Single d)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Plane

        public Plane​(Vector4 value)
              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • setJCOInstance

        public void setJCOInstance​(org.mases.jcobridge.JCObject instance)
        Overrides:
        setJCOInstance in class ValueType
      • Equals

        public boolean Equals​(Plane other)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Dot

        public static Single Dot​(Plane plane,
                                 Vector4 value)
                          throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DotCoordinate

        public static Single DotCoordinate​(Plane plane,
                                           Vector3 value)
                                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • DotNormal

        public static Single DotNormal​(Plane plane,
                                       Vector3 value)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CreateFromVertices

        public static Plane CreateFromVertices​(Vector3 point1,
                                               Vector3 point2,
                                               Vector3 point3)
                                        throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Normalize

        public static Plane Normalize​(Plane value)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Transform

        public static Plane Transform​(Plane plane,
                                      Matrix4x4 matrix)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Transform

        public static Plane Transform​(Plane plane,
                                      Quaternion rotation)
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable