Class JMath3D
JMath3D
Defined in: jmaths3d.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
JMath3D()
|
| Method Attributes | Method Name and Description |
|---|---|
| <static> |
JMath3D.fromNormalAndPoint(normal, point)
|
| <static> |
JMath3D.getIntersectionLine(v, v0, v1)
|
| <static> |
JMath3D.unproject(matrix3d, focus, zoom, mX, mY)
|
Method Detail
<static>
{array}
JMath3D.fromNormalAndPoint(normal, point)
- Parameters:
- {array} normal
- the normal expressed as a 3D vector
- {array} point
- the point expressed as a 3D vector
<static>
{array}
JMath3D.getIntersectionLine(v, v0, v1)
- Parameters:
- {array} v
- a 3D vector
- {array} v0
- a 3D vector
- {array} v1
- a 3D vector
<static>
{array}
JMath3D.unproject(matrix3d, focus, zoom, mX, mY)
- Parameters:
- {Matrix3D} matrix3d
- {number} focus
- {number} zoom
- {number} mX
- {number} mY