Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

eb56a20c 2cac bb27 cb23 35212832a9c7

haplokuon edited this page May 6, 2023 · 1 revision

Scale(Vector3) Method

netDxf 3.0.0 Library

Build a scaling matrix.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static Matrix3 Scale(
	Vector3 value
)

VB

Public Shared Function Scale ( 
	value As Vector3
) As Matrix3

C++

public:
static Matrix3 Scale(
	Vector3 value
)

F#

static member Scale : 
        value : Vector3 -> Matrix3 

Parameters

  Vector3
Scale factors for x, y, and z axis.

Return Value

Matrix3
A scaling matrix.

See Also

Reference

Matrix3 Structure
Scale Overload
netDxf Namespace

Clone this wiki locally