DSVector4
The DSVector4
class represents a four-dimensional vector.
Definition
Assembly: DynamsoftCore.xcframework
- Objective-C
- Swift
@interface DSVector4 : NSObject
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
@property (nonatomic, copy) NSArray *value;
var value: [Int] { get set }