A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

N

N - クラス jme3tools.navigation.Coordinate の static 変数
 
name - クラス com.jme3.network.rmi.MethodDef の変数
Method name
NamedThreadFactory - com.jme3.network.kernel の クラス
A simple factory that delegates to java.util.concurrent's default thread factory but adds a prefix to the beginning of the thread name.
NamedThreadFactory(String) - クラス com.jme3.network.kernel.NamedThreadFactory のコンストラクタ
 
NamedThreadFactory(String, boolean) - クラス com.jme3.network.kernel.NamedThreadFactory のコンストラクタ
 
NamedThreadFactory(String, ThreadFactory) - クラス com.jme3.network.kernel.NamedThreadFactory のコンストラクタ
 
NamedThreadFactory(String, boolean, ThreadFactory) - クラス com.jme3.network.kernel.NamedThreadFactory のコンストラクタ
 
Namer - com.jme3.terrain.heightmap の インタフェース
 
NAN - クラス com.jme3.math.Vector3f の static 変数
 
NAN - クラス com.jme3.math.Vector4f の static 変数
 
NanoTimer - com.jme3.system の クラス
NanoTimer is a System.nanoTime implementation of Timer.
NanoTimer() - クラス com.jme3.system.NanoTimer のコンストラクタ
 
NavCalculator - jme3tools.navigation の クラス
A utlity class for performing position calculations
NavCalculator(Position, Position, int) - クラス jme3tools.navigation.NavCalculator のコンストラクタ
Constructor
NavCalculator() - クラス jme3tools.navigation.NavCalculator のコンストラクタ
Constructor
NavCalculator.Quadrant - jme3tools.navigation の クラス
 
NavCalculator.Quadrant(int, int) - クラス jme3tools.navigation.NavCalculator.Quadrant のコンストラクタ
 
nearestPowerOfTwo(int) - クラス com.jme3.math.FastMath の static メソッド
 
needsDirection() - クラス com.jme3.cinematic.events.MotionTrack のメソッド
this method is meant to be called by the motion path only
negate() - クラス com.jme3.math.Quaternion のメソッド
negate inverts the values of the quaternion.
negate() - クラス com.jme3.math.Vector2f のメソッド
negate returns the negative of this vector.
negate() - クラス com.jme3.math.Vector3f のメソッド
negate returns the negative of this vector.
negate() - クラス com.jme3.math.Vector4f のメソッド
negate returns the negative of this vector.
negateLocal() - クラス com.jme3.math.Vector2f のメソッド
negateLocal negates the internal values of this vector.
negateLocal() - クラス com.jme3.math.Vector3f のメソッド
negateLocal negates the internal values of this vector.
negateLocal() - クラス com.jme3.math.Vector4f のメソッド
negateLocal negates the internal values of this vector.
NEGATIVE_INFINITY - クラス com.jme3.math.Vector3f の static 変数
 
NEGATIVE_INFINITY - クラス com.jme3.math.Vector4f の static 変数
 
Network - com.jme3.network の クラス
The main service provider for conveniently creating server and client instances.
Network() - クラス com.jme3.network.Network のコンストラクタ
 
NetworkClient - com.jme3.network の インタフェース
A Client whose network connection information can be provided post-creation.
newLen - クラス com.jme3.renderer.IDList の変数
 
newList - クラス com.jme3.renderer.IDList の変数
 
newThread(Runnable) - クラス com.jme3.network.kernel.NamedThreadFactory のメソッド
 
NewtonianParticleInfluencer - com.jme3.effect.influencers の クラス
This influencer calculates initial velocity with the use of the emitter's shape.
NewtonianParticleInfluencer() - クラス com.jme3.effect.influencers.NewtonianParticleInfluencer のコンストラクタ
Constructor.
next() - クラス com.jme3.terrain.geomipmap.picking.BresenhamYUpGridTracer のメソッド
 
nextEvent() - クラス com.jme3.network.kernel.AbstractKernel のメソッド
Removes and returnsn one endpoint event from the event queue or null if there are no endpoint events.
nextEvent() - インタフェース com.jme3.network.kernel.Kernel のメソッド
Removes and returnsn one endpoint event from the event queue or null if there are no endpoint events.
nextRandomFloat() - クラス com.jme3.math.FastMath の static メソッド
Returns a random float between 0 and 1.
nextRandomInt(int, int) - クラス com.jme3.math.FastMath の static メソッド
Returns a random float between min and max.
nextRandomInt() - クラス com.jme3.math.FastMath の static メソッド
 
NiftyJmeDisplay - com.jme3.niftygui の クラス
 
NiftyJmeDisplay() - クラス com.jme3.niftygui.NiftyJmeDisplay のコンストラクタ
 
NiftyJmeDisplay(AssetManager, InputManager, AudioRenderer, ViewPort) - クラス com.jme3.niftygui.NiftyJmeDisplay のコンストラクタ
 
NioEndpoint - com.jme3.network.kernel.tcp の クラス
Endpoint implementation that encapsulates the channel IO based connection information and keeps track of the outbound data queue for the channel.
NioEndpoint(SelectorKernel, long, SocketChannel) - クラス com.jme3.network.kernel.tcp.NioEndpoint のコンストラクタ
 
nlerp(Quaternion, float) - クラス com.jme3.math.Quaternion のメソッド
Sets the values of this quaternion to the nlerp from itself to q2 by blend.
Node - com.jme3.scene の クラス
Node defines an internal node of a scene graph.
Node() - クラス com.jme3.scene.Node のコンストラクタ
Serialization only.
Node(String) - クラス com.jme3.scene.Node のコンストラクタ
Constructor instantiates a new Node with a default empty list for containing children.
norm() - クラス com.jme3.math.Quaternion のメソッド
norm returns the norm of this quaternion.
normal - クラス com.jme3.util.TangentBinormalGenerator.TriangleData の変数
 
normalize(float, float, float) - クラス com.jme3.math.FastMath の static メソッド
Takes an value and expresses it in terms of min to max.
normalize() - クラス com.jme3.math.Quaternion のメソッド
推奨されていません。 The naming of this method doesn't follow convention. Please use Quaternion.normalizeLocal() instead.
normalize() - クラス com.jme3.math.Vector2f のメソッド
normalize returns the unit vector of this vector.
normalize() - クラス com.jme3.math.Vector3f のメソッド
normalize returns the unit vector of this vector.
normalize() - クラス com.jme3.math.Vector4f のメソッド
normalize returns the unit vector of this vector.
normalize() - クラス com.jme3.renderer.Camera のメソッド
normalize normalizes the camera vectors.
NORMALIZE_RANGE - クラス com.jme3.terrain.heightmap.AbstractHeightMap の static 変数
The range used to normalize terrain
normalizeEnabled - クラス com.jme3.renderer.RenderContext の変数
For normals only.
normalizeLocal() - クラス com.jme3.math.Quaternion のメソッド
normalize normalizes the current Quaternion
normalizeLocal() - クラス com.jme3.math.Vector2f のメソッド
normalizeLocal makes this vector into a unit vector of itself.
normalizeLocal() - クラス com.jme3.math.Vector3f のメソッド
normalizeLocal makes this vector into a unit vector of itself.
normalizeLocal() - クラス com.jme3.math.Vector4f のメソッド
normalizeLocal makes this vector into a unit vector of itself.
normalizeTerrain(float) - クラス com.jme3.terrain.heightmap.AbstractHeightMap のメソッド
normalizeTerrain takes the current terrain data and converts it to values between 0 and value.
normalizeVector2(FloatBuffer, int) - クラス com.jme3.util.BufferUtils の static メソッド
Normalize a Vector2f in-buffer.
normalizeVector3(FloatBuffer, int) - クラス com.jme3.util.BufferUtils の static メソッド
Normalize a Vector3f in-buffer.
NormalRecalcControl - com.jme3.terrain.geomipmap の クラス
Handles the normal vector updates when the terrain changes heights.
NormalRecalcControl() - クラス com.jme3.terrain.geomipmap.NormalRecalcControl のコンストラクタ
 
NormalRecalcControl(TerrainQuad) - クラス com.jme3.terrain.geomipmap.NormalRecalcControl のコンストラクタ
 
not(Filter<T>) - クラス com.jme3.network.Filters のメソッド
Creates a filter that returns true when the specified delegate filter returns false, and vice versa.
notEqualTo(T) - クラス com.jme3.network.Filters のメソッド
Creates a filter that returns true for inputs that are NOT .equals() equivalent to the specified value.
notifyReshape(int, int) - クラス com.jme3.renderer.RenderManager のメソッド
Internal use only.
notIn(T...) - クラス com.jme3.network.Filters のメソッド
Creates a filter that returns true for any value NOT in the specified list of values and false for all other cases.
notIn(Collection<? extends T>) - クラス com.jme3.network.Filters のメソッド
Creates a filter that returns true for any value NOT in the specified collection and false for all other cases.
NULL - クラス com.jme3.material.RenderState の static 変数
The NULL render state is identical to the RenderState.DEFAULT render state except that depth testing and face culling are disabled.
NULL - クラス com.jme3.system.AppSettings の static 変数
推奨されていません。 Specify the "null" value instead
NullComparator - com.jme3.renderer.queue の クラス
NullComparator does not sort geometries.
NullComparator() - クラス com.jme3.renderer.queue.NullComparator のコンストラクタ
 
NullContext - com.jme3.system の クラス
 
NullContext() - クラス com.jme3.system.NullContext のコンストラクタ
 
NullRenderer - com.jme3.system の クラス
 
NullRenderer() - クラス com.jme3.system.NullRenderer のコンストラクタ
 
numIndices - クラス jme3tools.converters.model.strip.PrimitiveGroup の変数
 
numTexturesSet - クラス com.jme3.renderer.RenderContext の変数
 
NumUtil - jme3tools.navigation の クラス
Provides various helper methods for number conversions (such as degree to radian conversion, decimal degree to radians etc)
NumUtil() - クラス jme3tools.navigation.NumUtil のコンストラクタ
 
NVCompress - jme3tools.nvtex の クラス
 
NVCompress() - クラス jme3tools.nvtex.NVCompress のコンストラクタ
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z