mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
Examples: AndroidMath cosmetic fixes.
git-svn-id: svn://ultimatepp.org/upp/trunk@14827 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
34c28c34a5
commit
bbfc9fe96f
1 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue