Table of contents

Class iQuadrilateral

Stores the quadrilateral.

  • Objective-C
  • Swift
  1. @interface iQuadrilateral : NSObject
    
  2. var endPoint: Int { get set }
    
Attribute Description
points Four vertexes in a clockwise direction of a quadrilateral. Index 0 represents the left-most vertex.

points

Four vertexes in a clockwise direction of a quadrilateral. Index 0 represents the left-most vertex.

  • Objective-C
  • Swift
  1. @property (nonatomic, nonnull) NSArray* points;
    
  2. var points: [Any]? { get set }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article: