![]() |
KudanAR - iOS
1.6.0
|
#import <ARColour.h>
Inherits ARVector3.
Instance Methods | |
(instancetype) | - initWithRed:green:blue: |
![]() | |
(BOOL) | - equalsVector:withTolerance: |
(ARVector3 *) | - addVector: |
(ARVector3 *) | - localAddVector: |
(ARVector3 *) | - subtractVector: |
(ARVector3 *) | - localSubtractVector: |
(ARVector3 *) | - multiplyByVector: |
(ARVector3 *) | - localMultiplyByVector: |
(ARVector3 *) | - divideByVector: |
(ARVector3 *) | - localDivideByVector: |
(ARVector3 *) | - multiplyByScalar: |
(ARVector3 *) | - divideByScalar: |
(float) | - distanceToVector: |
(float) | - dotProductWithVector: |
(ARVector3 *) | - normalise |
(ARVector3 *) | - negate |
(ARVector3 *) | - crossProductWithVector: |
(ARVector3 *) | - localCrossProductWithVector: |
(ARQuaternion *) | - rotationTo: |
(ARVector3 *) | - lerpTo:atTime: |
(void) | - setX:y:z: |
(void) | - setModifyObserverWithDelegate:selector: |
Additional Inherited Members | |
![]() | |
(ARVector3 *) | + vectorWithZero |
(ARVector3 *) | + vectorWithValuesX:y:z: |
(ARVector3 *) | + vectorWithValues: |
(ARVector3 *) | + vectorWithVector: |
(ARVector3 *) | + vectorWithOML: [implementation] |
![]() | |
SEL | _vectorModifiedSelector |
__weak id | _delegate |
![]() | |
float | x |
float | y |
float | z |
float | length |
OgreMathLib::Vector3 | vectorOML [implementation] |
Wrapper for an ARVector3 that allows initialisation with full (0..255) RGB values and handles the conversion to the range 0..1.
- (instancetype) initWithRed: | (float) | red | |
green: | (float) | green | |
blue: | (float) | blue | |