planePrimitive

長方形のMeshを返します.

  1. armos.graphics.Mesh planePrimitive(armos.math.Vector3f position, armos.math.Vector2f size)
  2. armos.graphics.Mesh planePrimitive(float x, float y, float z, float w, float h)
    armos.graphics.Mesh
    planePrimitive
    (
    in float x
    ,
    in float y
    ,
    in float z
    ,
    in float w
    ,
    in float h
    )

Parameters

x float

長方形の中心のX座標を指定します.

y float

長方形の中心のY座標を指定します.

z float

長方形の中心のZ座標を指定します.

w float

長方形のX方向の大きさを指定します.

h float

長方形のY方向の大きさを指定します.

Meta