public interface ITransform
| Modifier and Type | Method and Description |
|---|---|
int |
inputDimensions()
Returns the number of dimensions required for input vectors
|
int |
outputDimensions()
Returns the number of dimensions required for output vectors
|
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
void transform(AVector source, AVector dest)
source - dest - int inputDimensions()
int outputDimensions()
Copyright © 2013. All Rights Reserved.