Resource Base
Table of contents

DSVector4

The DSVector4 class represents a four-dimensional vector.

Definition

Assembly: DynamsoftCore.xcframework

  • Objective-C
  • Swift
  1. @interface DSVector4 : NSObject
    
  2. class Vector4 : NSObject
    

Attributes

Attributes Type Description
value NSArray The components value of a four-dimensional vector.

value

The components value of a four-dimensional vector.

  • Objective-C
  • Swift
  1. @property (nonatomic, copy) NSArray *value;
    
  2. var value: [Int] { get set }
    

This page is compatible for:

Is this page helpful?

YesYes NoNo

In this article:

latest version

    Change +