-
Notifications
You must be signed in to change notification settings - Fork 0
@ralphschuler.webgl shader factory.<internal>.DOMMatrix
@ralphschuler/webgl-shader-factory.<internal>.DOMMatrix
-
↳
DOMMatrix
- flipX
- flipY
- inverse
- invertSelf
- multiply
- multiplySelf
- preMultiplySelf
- rotate
- rotateAxisAngle
- rotateAxisAngleSelf
- rotateFromVector
- rotateFromVectorSelf
- rotateSelf
- scale
- scale3d
- scale3dSelf
- scaleNonUniform
- scaleSelf
- setMatrixValue
- skewX
- skewXSelf
- skewY
- skewYSelf
- toFloat32Array
- toFloat64Array
- toJSON
- toString
- transformPoint
- translate
- translateSelf
• a: number
DOMMatrixReadOnly.a
node_modules/typescript/lib/lib.dom.d.ts:6029
• b: number
DOMMatrixReadOnly.b
node_modules/typescript/lib/lib.dom.d.ts:6030
• c: number
DOMMatrixReadOnly.c
node_modules/typescript/lib/lib.dom.d.ts:6031
• d: number
DOMMatrixReadOnly.d
node_modules/typescript/lib/lib.dom.d.ts:6032
• e: number
DOMMatrixReadOnly.e
node_modules/typescript/lib/lib.dom.d.ts:6033
• f: number
DOMMatrixReadOnly.f
node_modules/typescript/lib/lib.dom.d.ts:6034
• Readonly
is2D: boolean
DOMMatrixReadOnly.is2D
node_modules/typescript/lib/lib.dom.d.ts:6096
• Readonly
isIdentity: boolean
DOMMatrixReadOnly.isIdentity
node_modules/typescript/lib/lib.dom.d.ts:6098
• m11: number
DOMMatrixReadOnly.m11
node_modules/typescript/lib/lib.dom.d.ts:6035
• m12: number
DOMMatrixReadOnly.m12
node_modules/typescript/lib/lib.dom.d.ts:6036
• m13: number
DOMMatrixReadOnly.m13
node_modules/typescript/lib/lib.dom.d.ts:6037
• m14: number
DOMMatrixReadOnly.m14
node_modules/typescript/lib/lib.dom.d.ts:6038
• m21: number
DOMMatrixReadOnly.m21
node_modules/typescript/lib/lib.dom.d.ts:6039
• m22: number
DOMMatrixReadOnly.m22
node_modules/typescript/lib/lib.dom.d.ts:6040
• m23: number
DOMMatrixReadOnly.m23
node_modules/typescript/lib/lib.dom.d.ts:6041
• m24: number
DOMMatrixReadOnly.m24
node_modules/typescript/lib/lib.dom.d.ts:6042
• m31: number
DOMMatrixReadOnly.m31
node_modules/typescript/lib/lib.dom.d.ts:6043
• m32: number
DOMMatrixReadOnly.m32
node_modules/typescript/lib/lib.dom.d.ts:6044
• m33: number
DOMMatrixReadOnly.m33
node_modules/typescript/lib/lib.dom.d.ts:6045
• m34: number
DOMMatrixReadOnly.m34
node_modules/typescript/lib/lib.dom.d.ts:6046
• m41: number
DOMMatrixReadOnly.m41
node_modules/typescript/lib/lib.dom.d.ts:6047
• m42: number
DOMMatrixReadOnly.m42
node_modules/typescript/lib/lib.dom.d.ts:6048
• m43: number
DOMMatrixReadOnly.m43
node_modules/typescript/lib/lib.dom.d.ts:6049
• m44: number
DOMMatrixReadOnly.m44
node_modules/typescript/lib/lib.dom.d.ts:6050
▸ flipX(): DOMMatrix
DOMMatrixReadOnly.flipX
node_modules/typescript/lib/lib.dom.d.ts:6132
▸ flipY(): DOMMatrix
DOMMatrixReadOnly.flipY
node_modules/typescript/lib/lib.dom.d.ts:6134
▸ inverse(): DOMMatrix
DOMMatrixReadOnly.inverse
node_modules/typescript/lib/lib.dom.d.ts:6136
▸ invertSelf(): DOMMatrix
node_modules/typescript/lib/lib.dom.d.ts:6051
▸ multiply(other?
): DOMMatrix
Name | Type |
---|---|
other? |
DOMMatrixInit |
DOMMatrixReadOnly.multiply
node_modules/typescript/lib/lib.dom.d.ts:6138
▸ multiplySelf(other?
): DOMMatrix
Name | Type |
---|---|
other? |
DOMMatrixInit |
node_modules/typescript/lib/lib.dom.d.ts:6052
▸ preMultiplySelf(other?
): DOMMatrix
Name | Type |
---|---|
other? |
DOMMatrixInit |
node_modules/typescript/lib/lib.dom.d.ts:6053
▸ rotate(rotX?
, rotY?
, rotZ?
): DOMMatrix
Name | Type |
---|---|
rotX? |
number |
rotY? |
number |
rotZ? |
number |
DOMMatrixReadOnly.rotate
node_modules/typescript/lib/lib.dom.d.ts:6140
▸ rotateAxisAngle(x?
, y?
, z?
, angle?
): DOMMatrix
Name | Type |
---|---|
x? |
number |
y? |
number |
z? |
number |
angle? |
number |
DOMMatrixReadOnly.rotateAxisAngle
node_modules/typescript/lib/lib.dom.d.ts:6142
▸ rotateAxisAngleSelf(x?
, y?
, z?
, angle?
): DOMMatrix
Name | Type |
---|---|
x? |
number |
y? |
number |
z? |
number |
angle? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6054
▸ rotateFromVector(x?
, y?
): DOMMatrix
Name | Type |
---|---|
x? |
number |
y? |
number |
DOMMatrixReadOnly.rotateFromVector
node_modules/typescript/lib/lib.dom.d.ts:6144
▸ rotateFromVectorSelf(x?
, y?
): DOMMatrix
Name | Type |
---|---|
x? |
number |
y? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6055
▸ rotateSelf(rotX?
, rotY?
, rotZ?
): DOMMatrix
Name | Type |
---|---|
rotX? |
number |
rotY? |
number |
rotZ? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6056
▸ scale(scaleX?
, scaleY?
, scaleZ?
, originX?
, originY?
, originZ?
): DOMMatrix
Name | Type |
---|---|
scaleX? |
number |
scaleY? |
number |
scaleZ? |
number |
originX? |
number |
originY? |
number |
originZ? |
number |
DOMMatrixReadOnly.scale
node_modules/typescript/lib/lib.dom.d.ts:6146
▸ scale3d(scale?
, originX?
, originY?
, originZ?
): DOMMatrix
Name | Type |
---|---|
scale? |
number |
originX? |
number |
originY? |
number |
originZ? |
number |
DOMMatrixReadOnly.scale3d
node_modules/typescript/lib/lib.dom.d.ts:6148
▸ scale3dSelf(scale?
, originX?
, originY?
, originZ?
): DOMMatrix
Name | Type |
---|---|
scale? |
number |
originX? |
number |
originY? |
number |
originZ? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6058
▸ scaleNonUniform(scaleX?
, scaleY?
): DOMMatrix
Name | Type |
---|---|
scaleX? |
number |
scaleY? |
number |
Deprecated
DOMMatrixReadOnly.scaleNonUniform
node_modules/typescript/lib/lib.dom.d.ts:6154
▸ scaleSelf(scaleX?
, scaleY?
, scaleZ?
, originX?
, originY?
, originZ?
): DOMMatrix
Name | Type |
---|---|
scaleX? |
number |
scaleY? |
number |
scaleZ? |
number |
originX? |
number |
originY? |
number |
originZ? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6060
▸ setMatrixValue(transformList
): DOMMatrix
Name | Type |
---|---|
transformList |
string |
node_modules/typescript/lib/lib.dom.d.ts:6061
▸ skewX(sx?
): DOMMatrix
Name | Type |
---|---|
sx? |
number |
DOMMatrixReadOnly.skewX
node_modules/typescript/lib/lib.dom.d.ts:6156
▸ skewXSelf(sx?
): DOMMatrix
Name | Type |
---|---|
sx? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6062
▸ skewY(sy?
): DOMMatrix
Name | Type |
---|---|
sy? |
number |
DOMMatrixReadOnly.skewY
node_modules/typescript/lib/lib.dom.d.ts:6158
▸ skewYSelf(sy?
): DOMMatrix
Name | Type |
---|---|
sy? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6063
▸ toFloat32Array(): Float32Array
Float32Array
DOMMatrixReadOnly.toFloat32Array
node_modules/typescript/lib/lib.dom.d.ts:6160
▸ toFloat64Array(): Float64Array
Float64Array
DOMMatrixReadOnly.toFloat64Array
node_modules/typescript/lib/lib.dom.d.ts:6162
▸ toJSON(): any
any
DOMMatrixReadOnly.toJSON
node_modules/typescript/lib/lib.dom.d.ts:6163
▸ toString(): string
string
DOMMatrixReadOnly.toString
node_modules/typescript/lib/lib.dom.d.ts:6168
▸ transformPoint(point?
): DOMPoint
Name | Type |
---|---|
point? |
DOMPointInit |
DOMMatrixReadOnly.transformPoint
node_modules/typescript/lib/lib.dom.d.ts:6165
▸ translate(tx?
, ty?
, tz?
): DOMMatrix
Name | Type |
---|---|
tx? |
number |
ty? |
number |
tz? |
number |
DOMMatrixReadOnly.translate
node_modules/typescript/lib/lib.dom.d.ts:6167
▸ translateSelf(tx?
, ty?
, tz?
): DOMMatrix
Name | Type |
---|---|
tx? |
number |
ty? |
number |
tz? |
number |
node_modules/typescript/lib/lib.dom.d.ts:6064
- @ralphschuler/ai-function-caller
- index
- types/AIFunction
- types/Message
- @ralphschuler/assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- assert
- error
- index
- util
- @ralphschuler/better-map
- @ralphschuler/better-set
- @ralphschuler/binary-serializer
- @ralphschuler/bit-mask
- @ralphschuler/complex-compare
- @ralphschuler/i811n
- @ralphschuler/logger
- Color
- ColorMap
- Logger
- animations/BallonAnimation
- animations/BaseAnimation
- animations/BombAnimation
- animations/BouncingBallAnimation
- animations/ClockAnimation
- animations/DotsAnimation
- animations/HorizontalBarAnimation
- animations/PongAnimation
- animations/ProgressAnimation
- animations/ProgressBarAnimation
- animations/SpinnerAnimation
- animations/VerticalBarAnimation
- enums/LogLevel
- index
- interfaces/IColor
- interfaces/IMessage
- types/ColorName
- types/Colors
- @ralphschuler/lsystem
- @ralphschuler/mixin-class-factory
- @ralphschuler/neuronal-network
- @ralphschuler/parser-combinator
- index
- inputTypes
- parser
- unicode
- @ralphschuler/prom-metrics-decorator
- @ralphschuler/prom-metrics-parser
- @ralphschuler/random
- PseudoRandomItemSelector
- PseudoRandomNumberGenerator
- Seed
- index
- strategies
- strategy
- strategy
- strategy
- strategy
- strategy
- strategy
- types
- type
- type
- type
- @ralphschuler/safe-array
- @ralphschuler/slot-mashine
- @ralphschuler/state-store
- StateStore
- index
- type
- type
- type
- type
- type
- type
- type
- type
- util
- @ralphschuler/stats-tracker
- @ralphschuler/ts-error
- error
- index
- type
- util
- util
- util
- util
- @ralphschuler/webgl-sand-engine
- index
- pixel-renderer
- @ralphschuler/webgl-shader-factory
- "node:stream/consumers"
- "node:stream/promises"
- ChatCompletionSnapshot
- Choice
- Message
- ToolCall
- EventEmitter
- FormData
- OpenAI
- OpenAI
- Audio
- Speech
- Transcriptions
- Translations
- Beta
- Assistants
- Assistant
- AssistantCreateParams
- AssistantUpdateParams
- Files
- Chat
- Threads
- Messages
- Files
- MessageContentImageFile
- MessageContentText
- Text
- FileCitation
- FilePath
- Runs
- RequiredActionFunctionToolCall
- Run
- RequiredAction
- RunCreateParams
- RunSubmitToolOutputsParams
- Steps
- CodeToolCall
- CodeInterpreter
- Image
- FunctionToolCall
- MessageCreationStepDetails
- RunStep
- ThreadCreateAndRunParams
- Thread
- ThreadCreateParams
- Chat
- Completions
- ChatCompletion
- ChatCompletionAssistantMessageParam
- ChatCompletionChunk
- Choice
- Delta
- ToolCall
- ChatCompletionContentPartImage
- ChatCompletionCreateParams
- ChatCompletionMessage
- ChatCompletionMessageToolCall
- ChatCompletionNamedToolChoice
- Completions
- CompletionChoice
- CompletionCreateParams
- Edits
- Edit
- Embeddings
- CreateEmbeddingResponse
- Files
- FineTunes
- FineTune
- FineTuneCreateParams
- FineTuneListEventsParams
- FineTuning
- Jobs
- FineTuningJob
- JobCreateParams
- Images
- Models
- Moderations
- Moderation
- internal
- finished
- pipeline
- "node:stream/consumers"
- "node:stream/promises"
- EventEmitter
- internal
- finished
- pipeline
- Counter
- Gauge
- Histogram
- Summary