Class ARPlaneGeometry

All Implemented Interfaces:
NSCoding, NSObjectProtocol, NSSecureCoding, ObjCProtocol

public class ARPlaneGeometry
extends NSObject
implements NSSecureCoding
Since:
Available in iOS 11.3 and later.
  • Constructor Details

    • ARPlaneGeometry

      protected ARPlaneGeometry()
    • ARPlaneGeometry

      protected ARPlaneGeometry​(NSObject.Handle h, long handle)
    • ARPlaneGeometry

      protected ARPlaneGeometry​(NSObject.SkipInit skipInit)
    • ARPlaneGeometry

      public ARPlaneGeometry​(NSCoder coder)
  • Method Details

    • getVertexCount

      public long getVertexCount()
    • getVertices

      public VectorFloat3 getVertices()
    • getTextureCoordinateCount

      public long getTextureCoordinateCount()
    • getTextureCoordinates

      public VectorFloat2 getTextureCoordinates()
    • getTriangleCount

      public long getTriangleCount()
    • getTriangleIndices

      public ShortPtr getTriangleIndices()
    • getBoundaryVertexCount

      public long getBoundaryVertexCount()
    • getBoundaryVertices

      public VectorFloat3 getBoundaryVertices()
    • supportsSecureCoding

      public static boolean supportsSecureCoding()
    • encode

      public void encode​(NSCoder coder)
      Specified by:
      encode in interface NSCoding
    • init

      protected long init​(NSCoder coder)