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

d4ba9658 32b4 2fd7 aba8 6e61574a40d1

haplokuon edited this page May 6, 2023 · 1 revision

Scale(Double, Double, Double) 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(
	double x,
	double y,
	double z
)

VB

Public Shared Function Scale ( 
	x As Double,
	y As Double,
	z As Double
) As Matrix4

C++

public:
static Matrix4 Scale(
	double x, 
	double y, 
	double z
)

F#

static member Scale : 
        x : float * 
        y : float * 
        z : float -> Matrix4 

Parameters

  Double
Scale factor for x-axis.
  Double
Scale factor for y-axis.
  Double
Scale factor for z-axis.

Return Value

Matrix4
A scaling matrix.

See Also

Reference

Matrix4 Structure
Scale Overload
netDxf Namespace

Clone this wiki locally