mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-06 16:26:42 +02:00
Removed invalid link.
This commit is contained in:
@@ -259,7 +259,7 @@ function affine2d_identity() = ident(3);
|
|||||||
// Usage:
|
// Usage:
|
||||||
// mat = affine2d_translate(v);
|
// mat = affine2d_translate(v);
|
||||||
// Topics: Affine, Matrices, Transforms, Translation
|
// Topics: Affine, Matrices, Transforms, Translation
|
||||||
// See Also: translate(), move(), affine3d_translate()
|
// See Also: move(), affine3d_translate()
|
||||||
// Description:
|
// Description:
|
||||||
// Returns the 3x3 affine2d matrix to perform a 2D translation.
|
// Returns the 3x3 affine2d matrix to perform a 2D translation.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
@@ -432,7 +432,7 @@ function affine3d_identity() = ident(4);
|
|||||||
// Usage:
|
// Usage:
|
||||||
// mat = affine3d_translate(v);
|
// mat = affine3d_translate(v);
|
||||||
// Topics: Affine, Matrices, Transforms, Translation
|
// Topics: Affine, Matrices, Transforms, Translation
|
||||||
// See Also: translate(), move(), affine2d_translate()
|
// See Also: move(), affine2d_translate()
|
||||||
// Description:
|
// Description:
|
||||||
// Returns the 4x4 affine3d matrix to perform a 3D translation.
|
// Returns the 4x4 affine3d matrix to perform a 3D translation.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
|
Reference in New Issue
Block a user