FSketch


TransformMatrix

Namespace: FSketch

Union Cases

Union CaseDescription
TransformMatrix(...)
Signature: Numeric * Numeric * Numeric * Numeric * Numeric * Numeric

Instance members

Instance memberDescription
x
Signature: Numeric

CompiledName: get_x

y
Signature: Numeric

CompiledName: get_y

Static members

Static memberDescription
( * )(arg1, arg2)
Signature: ((Numeric * Numeric) * TransformMatrix) -> Numeric * Numeric

CompiledName: op_Multiply

( * )(x, ratio)
Signature: (x:TransformMatrix * ratio:Numeric) -> TransformMatrix

CompiledName: op_Multiply

( * )(x, y)
Signature: (x:TransformMatrix * y:TransformMatrix) -> TransformMatrix

CompiledName: op_Multiply

Fork me on GitHub