- N - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: n
- NAME_LENGTH - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NAME_LENGTH - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NAMED_STRING_LENGTH_ARB - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NAMED_STRING_LENGTH_ARB - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NAMED_STRING_TYPE_ARB - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NAMED_STRING_TYPE_ARB - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- namedFramebufferParameteriEXT(int, int, int) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- namedFramebufferParameteriEXT(int, int, int) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- namedStringARB(int, int, String, int, String) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- namedStringARB(int, int, String, int, String) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- NAN - Static variable in class org.synthclipse.core.math.Vector3f
-
- NAN - Static variable in class org.synthclipse.core.math.Vector4f
-
- NAND - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NAND - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NEAREST - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NEAREST - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NEAREST_MIPMAP_LINEAR - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NEAREST_MIPMAP_LINEAR - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NEAREST_MIPMAP_NEAREST - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NEAREST_MIPMAP_NEAREST - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- nearestPowerOfTwo(int) - Static method in class org.synthclipse.core.math.FastMath
-
- negate() - Method in class org.synthclipse.core.math.Quaternion
-
negate
inverts the values of the quaternion.
- negate() - Method in class org.synthclipse.core.math.Vector2f
-
negate
returns the negative of this vector.
- negate() - Method in class org.synthclipse.core.math.Vector3f
-
negate
returns the negative of this vector.
- negate() - Method in class org.synthclipse.core.math.Vector4f
-
negate
returns the negative of this vector.
- negateLocal() - Method in class org.synthclipse.core.math.Vector2f
-
negateLocal
negates the internal values of this vector.
- negateLocal() - Method in class org.synthclipse.core.math.Vector3f
-
negateLocal
negates the internal values of this vector.
- negateLocal() - Method in class org.synthclipse.core.math.Vector4f
-
negateLocal
negates the internal values of this vector.
- NEGATIVE_INFINITY - Static variable in class org.synthclipse.core.math.Vector3f
-
- NEGATIVE_INFINITY - Static variable in class org.synthclipse.core.math.Vector4f
-
- NEGATIVE_UNIT_X - Static variable in class org.synthclipse.core.math.Vector3f
-
- NEGATIVE_UNIT_Y - Static variable in class org.synthclipse.core.math.Vector3f
-
- NEGATIVE_UNIT_Z - Static variable in class org.synthclipse.core.math.Vector3f
-
- NEVER - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NEVER - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- newBooleanArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java boolean array.
- newByteArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java byte array.
- newCharArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java char array.
- newColorRGB() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new ColorRGB
instance.
- newColorRGB(float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new ColorRGB
instance.
- newColorRGBA() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new ColorRGBA
instance.
- newColorRGBA(float, float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new ColorRGBA
instance.
- newDoubleArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java double array.
- newFloatArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java float array.
- newIntArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java int array.
- newLongArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java long array.
- newMatrix3() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 3x3 identity matrix.
- newMatrix3(float, float, float, float, float, float, float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 3x3 matrix.
- newMatrix4() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 4x4 identity matrix.
- newMatrix4(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 4x4 matrix.
- newObjectArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java object array.
- newQuaternion() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new identity quaternion (x = 0
, y = 0
, z = 0
, w = 1
).
- newQuaternion(float, float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new quaternion.
- newShortArray(int) - Method in class org.synthclipse.scripting.core.JSArrays
-
Creates new Java short array.
- newVector2() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 2D Vector with all components being zeros.
- newVector2(float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 2D Vector.
- newVector3() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 3D Vector with all components being zeros.
- newVector3(float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 3D Vector.
- newVector4() - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 4D Vector with all components being zeros.
- newVector4(float, float, float, float) - Method in class org.synthclipse.scripting.core.JSNative
-
Creates a new 4D Vector.
- nextRandomFloat() - Static method in class org.synthclipse.core.math.FastMath
-
Returns a random float between 0 and 1.
- nextRandomInt(int, int) - Static method in class org.synthclipse.core.math.FastMath
-
Returns a random integer between min and max.
- nextRandomInt() - Static method in class org.synthclipse.core.math.FastMath
-
- NICEST - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NICEST - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- nlerp(Quaternion, float) - Method in class org.synthclipse.core.math.Quaternion
-
Sets the values of this quaternion to the nlerp from itself to q2 by
blend.
- NO_ERROR - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NO_ERROR - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NO_RESET_NOTIFICATION - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NO_RESET_NOTIFICATION - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NONE - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NONE - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NOOP - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NOOP - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NOR - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NOR - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- norm() - Method in class org.synthclipse.core.math.Quaternion
-
norm
returns the norm of this quaternion.
- NORMAL_ARRAY_ADDRESS_NV - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NORMAL_ARRAY_ADDRESS_NV - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NORMAL_ARRAY_LENGTH_NV - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NORMAL_ARRAY_LENGTH_NV - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- normalFormatNV(int, int) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- normalFormatNV(int, int) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- normalize(float, float, float) - Static method in class org.synthclipse.core.math.FastMath
-
Takes an value and expresses it in terms of min to max.
- normalize(Matrix3f) - Method in class org.synthclipse.core.math.Matrix3f
-
Normalize this matrix and store the result in the store parameter that is
returned.
- normalize() - Method in class org.synthclipse.core.math.Vector2f
-
normalize
returns the unit vector of this vector.
- normalize() - Method in class org.synthclipse.core.math.Vector3f
-
normalize
returns the unit vector of this vector.
- normalize() - Method in class org.synthclipse.core.math.Vector4f
-
normalize
returns the unit vector of this vector.
- normalizeLocal() - Method in class org.synthclipse.core.math.Matrix3f
-
Normalize this matrix
- normalizeLocal() - Method in class org.synthclipse.core.math.Quaternion
-
normalize
normalizes the current Quaternion
.
- normalizeLocal() - Method in class org.synthclipse.core.math.Vector2f
-
normalizeLocal
makes this vector into a unit vector of
itself.
- normalizeLocal() - Method in class org.synthclipse.core.math.Vector3f
-
normalizeLocal
makes this vector into a unit vector of
itself.
- normalizeLocal() - Method in class org.synthclipse.core.math.Vector4f
-
normalizeLocal
makes this vector into a unit vector of
itself.
- normalP3ui(int, int) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- normalP3ui(int, int) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- normalP3uiv(int, IntBuffer) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- normalP3uiv(int, int[], int) - Method in class org.synthclipse.scripting.gl.GL3Proxy
-
- normalP3uiv(int, IntBuffer) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- normalP3uiv(int, int[], int) - Method in class org.synthclipse.scripting.gl.GL4Proxy
-
- NOTEQUAL - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NOTEQUAL - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_ACTIVE_VARIABLES - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_ACTIVE_VARIABLES - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_COMPATIBLE_SUBROUTINES - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_COMPATIBLE_SUBROUTINES - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_COMPRESSED_TEXTURE_FORMATS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_COMPRESSED_TEXTURE_FORMATS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_EXTENSIONS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_EXTENSIONS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_LOCK - Variable in class org.synthclipse.scripting.event.KeyCodes
-
- NUM_PROGRAM_BINARY_FORMATS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_PROGRAM_BINARY_FORMATS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_SAMPLE_COUNTS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_SAMPLE_COUNTS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_SHADER_BINARY_FORMATS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_SHADER_BINARY_FORMATS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUM_SHADING_LANGUAGE_VERSIONS - Variable in class org.synthclipse.scripting.gl.GL3Proxy
-
- NUM_SHADING_LANGUAGE_VERSIONS - Variable in class org.synthclipse.scripting.gl.GL4Proxy
-
- NUMBER_0 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 0
- NUMBER_1 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 1
- NUMBER_2 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 2
- NUMBER_3 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 3
- NUMBER_4 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 4
- NUMBER_5 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 5
- NUMBER_6 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 6
- NUMBER_7 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 7
- NUMBER_8 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 8
- NUMBER_9 - Variable in class org.synthclipse.scripting.event.KeyCodes
-
Key: 9