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

d3206436 f1f6 c1a6 e324 3c109637b31d

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 Matrix4 Scale(
	Vector3 value
)

VB

Public Shared Function Scale ( 
	value As Vector3
) As Matrix4

C++

public:
static Matrix4 Scale(
	Vector3 value
)

F#

static member Scale : 
        value : Vector3 -> Matrix4 

Parameters

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

Return Value

Matrix4
A scaling matrix.

See Also

Reference

Matrix4 Structure
Scale Overload
netDxf Namespace

Clone this wiki locally