Examples: AndroidMath cosmetic fixes.

git-svn-id: svn://ultimatepp.org/upp/trunk@14827 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2020-08-15 20:55:11 +00:00
parent 34c28c34a5
commit bbfc9fe96f

View file

@ -1,13 +1,13 @@
package org.upp.AndroidMath; package org.upp.AndroidMath;
/** /**
* Math vector class which whole implementaiton is native (c/c++). * Math vector class which whole implementation is native (c/c++).
*/ */
public class Vector public class Vector
{ {
/** /**
* Field use by MemoryManager to stroe pointer to c++ object. * Field use by MemoryManager to store pointer to c++ object.
* If you want to use MemoryManager with your class make usre you have this field * If you want to use MemoryManager with your class make sure you have this field
* in your class. * in your class.
*/ */
private long nativeAdress = 0; private long nativeAdress = 0;